Skip to content

Commit 8489dbb

Browse files
author
Steven Ringo
committed
Tighten python-dateutil dependency version
to address issue with current release of botocore See boto/botocore#1872
1 parent 7fc9648 commit 8489dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"jinja2>=2.7,<3.0",
1717
"schematics>=2.0.1,<2.1.0",
1818
"formic2",
19-
"python-dateutil>=2.0,<3.0",
19+
"python-dateutil>=2.0,<2.8",
2020
]
2121

2222
setup_requires = ['pytest-runner']

0 commit comments

Comments
 (0)