Merge pull request #1207 from tahoe-lafs/3909-new-werkzeug

Don't use broken new werkzeug

Fixes ticket:3909
This commit is contained in:
Itamar Turner-Trauring 2022-07-25 11:55:20 -04:00 committed by GitHub
commit d0208d0070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

0
newsfragments/3909.minor Normal file
View File

View File

@ -133,7 +133,8 @@ install_requires = [
# HTTP server and client
"klein",
"werkzeug",
# 2.2.0 has a bug: https://github.com/pallets/werkzeug/issues/2465
"werkzeug != 2.2.0",
"treq",
"cbor2",
"pycddl",