Skip to content

Commit cecf222

Browse files
authored
Merge pull request #70 from minrk/missing-packaging-dependency
missing runtime dependency on packaging
2 parents 5694680 + 5ec407d commit cecf222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"tornado",
29+
"packaging",
2930
"python-dateutil",
3031
]
3132
dynamic = ["version"]

0 commit comments

Comments
 (0)