Skip to content

Commit

Permalink
Add dependency packaging
Browse files Browse the repository at this point in the history
Some distributions, e.g. Docker images, don't have it installed
  • Loading branch information
veghp committed Feb 7, 2022
1 parent 1833d9e commit 9e40398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
license="MIT",
keywords="DNA Sequence Feature Genbank Biopython Matplotlib",
packages=find_packages(exclude="docs"),
install_requires=["matplotlib>=3", "Biopython"],
install_requires=["matplotlib>=3", "Biopython", "packaging"],
)

0 comments on commit 9e40398

Please sign in to comment.