From e372287147dbea4f1aa1ca204ab4799ed226349c Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Sat, 28 May 2022 05:34:23 -0400 Subject: [PATCH] Werkzeug - minimum version (#5176) --- AUTHORS.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",