Skip to content

Commit

Permalink
extra dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clami66 committed Apr 19, 2024
1 parent f9b519d commit 5d4490c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["tqdm", "biopython >= 1.79"]
dependencies = ["tqdm", "biopython >= 1.79", "networkx"]

[project.urls]
Homepage = "https://github.com/bjornwallner/DockQ"
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ install_requires =
parallelbar
numpy~=1.21
biopython>=1.79
networkx

[options.packages.find]
where=src
Expand Down

0 comments on commit 5d4490c

Please sign in to comment.