Werkzeug - minimum version (#5176)
This commit is contained in:
parent
898f0928a4
commit
e372287147
@ -61,3 +61,4 @@ Moto is written by Steve Pulec with contributions from:
|
|||||||
* [Mickaël Schoentgen](https://github.com/BoboTiG)
|
* [Mickaël Schoentgen](https://github.com/BoboTiG)
|
||||||
* [Ariel Beck](https://github.com/arielb135)
|
* [Ariel Beck](https://github.com/arielb135)
|
||||||
* [Roman Rader](https://github.com/rrader/)
|
* [Roman Rader](https://github.com/rrader/)
|
||||||
|
* [Bryan Chen](https://github.com/bchen1116)
|
||||||
|
2
setup.py
2
setup.py
@ -32,7 +32,7 @@ install_requires = [
|
|||||||
"cryptography>=3.3.1",
|
"cryptography>=3.3.1",
|
||||||
"requests>=2.5",
|
"requests>=2.5",
|
||||||
"xmltodict",
|
"xmltodict",
|
||||||
"werkzeug",
|
"werkzeug>=0.5",
|
||||||
"pytz",
|
"pytz",
|
||||||
"python-dateutil<3.0.0,>=2.1",
|
"python-dateutil<3.0.0,>=2.1",
|
||||||
"responses>=0.9.0",
|
"responses>=0.9.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user