Skip to content

Commit

Permalink
[fix] fix lxml in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqin committed Aug 26, 2023
1 parent 110db56 commit 7a7631f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Dex Retargeting
<p align="center">
<!-- code check badges -->
<a href='https://github.com/dexsuite/dex-retargeting/blob/main/.github/workflows/test.yml'>
<img src='https://github.com/dexsuite/dex-retargeting/blob/main/.github/workflows/test.yml/badge.svg' alt='Test Status' />
<img src='https://github.com/dexsuite/dex-retargeting/actions/workflows/test.yml/badge.svg' alt='Test Status' />
</a>
<!-- license badge -->
<a href="https://github.com/dexsuite/dex-retargeting/blob/main/LICENSE">
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"anytree",
"pycollada",
"pyyaml",
"lxml",
]

dev_requirements = [
Expand Down

0 comments on commit 7a7631f

Please sign in to comment.