Skip to content

Commit 5ec407d

Browse files
committed
missing dependency on packaging
not expressed in package, but required
1 parent 5694680 commit 5ec407d

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)