1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 06:59:52 +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 warcio>=1.7.1
requests requests
redis<3.0 redis<3.0
jinja2 jinja2>=3.1.2
surt>=0.3.1 surt>=0.3.1
brotlipy brotlipy
pyyaml pyyaml
werkzeug werkzeug>=2.3.7
webencodings webencodings
gevent gevent
webassets==2.0 webassets==2.0

View File

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