Skip to content

Commit 2d7a4c2

Browse files
Merge pull request #37 from bbc/alexrawcliffe-dateutil-fix
Cap python-dateutil version to manage botocore version conflict
2 parents 7ab8127 + 7944cc4 commit 2d7a4c2

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)