Prep release 2.0.7 (#3920)
* Temporarily downgrade werkzeug until we fix the tests * ChangeLog for release 2.0.7
This commit is contained in:
parent
b4d02c922c
commit
1fc09b5863
3 changed files with 35 additions and 5 deletions
3
setup.py
3
setup.py
|
|
@ -36,7 +36,8 @@ install_requires = [
|
|||
"requests>=2.5",
|
||||
"xmltodict",
|
||||
"six>1.9",
|
||||
"werkzeug",
|
||||
# TODO: werkzeug 2.x currently breaks test_s3_server_post_without_content_length
|
||||
"werkzeug<2.0.0",
|
||||
"pytz",
|
||||
"python-dateutil<3.0.0,>=2.1",
|
||||
"responses>=0.9.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue