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 surt>=0.3.1
brotlipy brotlipy
pyyaml pyyaml
werkzeug==2.2.3 werkzeug<3.0.0
webencodings webencodings
gevent==21.12.0 gevent==21.12.0
webassets==2.0 webassets==2.0

View File

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