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

Pin to specific versions of werkzeug, flask, jinja2

This commit is contained in:
Tessa Walsh 2024-03-28 15:26:26 -04:00
parent 9a5da9b46f
commit d253d2bd43
2 changed files with 5 additions and 5 deletions

View File

@ -2,11 +2,11 @@ six
warcio>=1.7.1
requests
redis<3.0
jinja2
jinja2>=3.1.2
surt>=0.3.1
brotlipy
pyyaml
werkzeug
werkzeug>=2.3.7
webencodings
gevent
webassets==2.0

View File

@ -1,9 +1,9 @@
pytest
WebTest
WebTest==3.0.0
pytest-cov
mock
urllib3
flask
flask==2.3.3
ujson
lxml
httpbin
httpbin>=0.10.2