Tighten upper bound on python-dateutil to match botocore (#1519)
90d7692702
This commit is contained in:
parent
d3d9557d49
commit
02ffce1a15
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -18,7 +18,7 @@ install_requires = [
|
|||
"werkzeug",
|
||||
"pyaml",
|
||||
"pytz",
|
||||
"python-dateutil<3.0.0,>=2.1",
|
||||
"python-dateutil<2.7.0,>=2.1",
|
||||
"mock",
|
||||
"docker>=2.5.1",
|
||||
"jsondiff==1.1.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue