Skip to content

Commit

Permalink
add defusedxml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil committed Oct 26, 2022
1 parent cbf75ac commit 52e6b87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def get_version():
"clinker>=0.0.15",
"gffutils",
"appdirs",
"genomicsqlite;platform_machine != 'arm64'"
"genomicsqlite;platform_machine != 'arm64'",
"defusedxml"
],
tests_require=["pytest", "pytest-cov", "pytest-mock", "requests-mock"],
python_requires=">=3.6",
Expand Down

0 comments on commit 52e6b87

Please sign in to comment.