diff --git a/setup.py b/setup.py index a4efd75389946a..b6d15afe5c70b7 100644 --- a/setup.py +++ b/setup.py @@ -492,6 +492,7 @@ def do_setup(): 'typing-extensions>=3.7.4;python_version<"3.8"', 'tzlocal>=1.4,<2.0.0', 'unicodecsv>=0.14.1', + 'werkzeug<1.0.0', 'zope.deprecation>=4.0, <5.0', ], #####################################################################################################