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:
parent
b6aeae0f2d
commit
27ce0b7ab1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue