Skip to content

Commit 47cdeb7

Browse files
authored
Fixes too strict dateutil requirement (#64)
1 parent 400c019 commit 47cdeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
requirements = [
1515
"future==0.17.1",
16-
"python-dateutil==2.7.5",
16+
"python-dateutil>=2.7.5,<2.9",
1717
"requests>=2.20,<2.23"
1818
]
1919

0 commit comments

Comments
 (0)