Ping werkzeug to <2.1.0 (#1345)

This commit is contained in:
Batuhan Taskaya 2022-04-01 14:28:59 +03:00 committed by GitHub
parent af2ffb6999
commit d1596dde12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,