We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ab8127 + 7944cc4 commit 2d7a4c2Copy full SHA for 2d7a4c2
1 file changed
setup.py
@@ -54,7 +54,7 @@ def find_packages(path, base=""):
54
55
# This is where you list packages which are required
56
packages_required = [
57
- "python-dateutil>=2.4.2",
+ "python-dateutil>=2.1,<2.8.1",
58
"six>=1.10.0",
59
]
60
0 commit comments