Botocore no longer needs an older version of python-dateutil.

https://github.com/boto/botocore/pull/1910
https://github.com/boto/botocore/issues/1872
https://github.com/spulec/moto/pull/2570
This commit is contained in:
Asher Foa 2020-01-31 12:49:10 -08:00
parent b6aeae0f2d
commit 27ce0b7ab1

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