Werkzeug - minimum version (#5176)

This commit is contained in:
Bryan Chen 2022-05-28 05:34:23 -04:00 committed by GitHub
parent 898f0928a4
commit e372287147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -61,3 +61,4 @@ Moto is written by Steve Pulec with contributions from:
* [Mickaël Schoentgen](https://github.com/BoboTiG)
* [Ariel Beck](https://github.com/arielb135)
* [Roman Rader](https://github.com/rrader/)
* [Bryan Chen](https://github.com/bchen1116)

View File

@ -32,7 +32,7 @@ install_requires = [
"cryptography>=3.3.1",
"requests>=2.5",
"xmltodict",
"werkzeug",
"werkzeug>=0.5",
"pytz",
"python-dateutil<3.0.0,>=2.1",
"responses>=0.9.0",