Merge pull request #1589 from singingwolfboy/latest-dateutil

Allow dateutil below 3.0.0
This commit is contained in:
Steve Pulec 2018-04-21 07:05:20 -04:00 committed by GitHub
commit 56a56fc626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ install_requires = [
"werkzeug",
"pyaml",
"pytz",
"python-dateutil<2.7.0,>=2.1",
"python-dateutil<3.0.0,>=2.1",
"mock",
"docker>=2.5.1",
"jsondiff==1.1.1",