Tighten upper bound on python-dateutil to match botocore (#1519)

90d7692702
This commit is contained in:
Iain Bullard 2018-03-21 15:50:14 +00:00 committed by Jack Danger
parent d3d9557d49
commit 02ffce1a15

View File

@ -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",