Merge pull request #2715 from asherf/versions

Botocore no longer needs an older version of python-dateutil.
This commit is contained in:
Bert Blommers 2020-02-03 14:31:32 +00:00 committed by GitHub
commit 14a7a92ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ install_requires = [
"werkzeug",
"PyYAML>=5.1",
"pytz",
"python-dateutil<2.8.1,>=2.1",
"python-dateutil<3.0.0,>=2.1",
"python-jose<4.0.0",
"mock",
"docker>=2.5.1",