Skip to content

Commit 7944cc4

Browse files
Cap python-dateutil version to manage botocore version conflict
Response to boto/botocore@e87e7a7
1 parent 7ab8127 commit 7944cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def find_packages(path, base=""):
5454

5555
# This is where you list packages which are required
5656
packages_required = [
57-
"python-dateutil>=2.4.2",
57+
"python-dateutil>=2.1,<2.8.1",
5858
"six>=1.10.0",
5959
]
6060

0 commit comments

Comments
 (0)