diff --git a/AUTHORS.md b/AUTHORS.md index 06037aa53..82f0313e6 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -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) diff --git a/setup.py b/setup.py index ba9625940..75ded855b 100755 --- a/setup.py +++ b/setup.py @@ -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",