Merge pull request #2715 from asherf/versions
Botocore no longer needs an older version of python-dateutil.
This commit is contained in:
commit
14a7a92ed0
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