Skip to content

Commit

Permalink
Merge pull request #70 from minrk/missing-packaging-dependency
Browse files Browse the repository at this point in the history
missing runtime dependency on packaging
  • Loading branch information
consideRatio authored Feb 26, 2024
2 parents 5694680 + 5ec407d commit cecf222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [
]
dependencies = [
"tornado",
"packaging",
"python-dateutil",
]
dynamic = ["version"]
Expand Down

0 comments on commit cecf222

Please sign in to comment.