summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBatuhan Taskaya <isidentical@gmail.com>2022-04-01 14:28:59 +0300
committerGitHub <noreply@github.com>2022-04-01 14:28:59 +0300
commitd1596dde126b1a491389329a424eba5602c9b67e (patch)
treec8a4ba976d271465c321b62bbc092e4d08881848
parentaf2ffb6999f155c80dc9cfe6e2db6774dee9393a (diff)
Ping werkzeug to <2.1.0 (#1345)
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8f9a9314..061f682e 100644
--- a/setup.py
+++ b/setup.py
@@ -13,6 +13,7 @@ tests_require = [
'pytest-httpbin>=0.0.6',
'pytest-lazy-fixture>=0.0.6',
'responses',
+ 'werkzeug<2.1.0'
]
dev_require = [
*tests_require,