Skip to content

Commit

Permalink
Add packaging library for #220
Browse files Browse the repository at this point in the history
This dependency fixes the condition where user has biopython installed but the version check does not complete.
  • Loading branch information
mdshw5 authored Aug 5, 2024
1 parent c8652f0 commit bbfd2d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ classifiers = [
]
dependencies = [
"setuptools",
"importlib_metadata"
"importlib_metadata",
"packaging"
]
dynamic = ["version"]

Expand Down

0 comments on commit bbfd2d1

Please sign in to comment.