1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Try werkzeug<3.0.0

This commit is contained in:
Tessa Walsh 2023-11-23 11:38:12 -05:00
parent a524e1c785
commit 743870a284
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ jinja2<3.0.0
surt>=0.3.1
brotlipy
pyyaml
werkzeug==2.2.3
werkzeug<3.0.0
webencodings
gevent==21.12.0
webassets==2.0

View File

@ -3,7 +3,7 @@ WebTest
pytest-cov
mock
urllib3
httpbin
httpbin==0.5.0
flask<2.0
ujson
lxml