1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-26 07:49:24 +01:00

More dependency pinning

This commit is contained in:
Tessa Walsh 2024-03-28 15:58:19 -04:00
parent 44e253236b
commit 2f5d1692ac
2 changed files with 5 additions and 4 deletions

View File

@ -2,13 +2,14 @@ six
warcio>=1.7.1 warcio>=1.7.1
requests requests
redis<3.0 redis<3.0
jinja2>=3.1.2 jinja2==3.1.2
surt>=0.3.1 surt>=0.3.1
brotlipy brotlipy
pyyaml pyyaml
werkzeug>=2.3.7 werkzeug==2.3.7
webencodings webencodings
gevent==22.10.1 gevent==23.9.0
greenlet==2.0.2
webassets==2.0 webassets==2.0
portalocker portalocker
wsgiprox>=1.5.1 wsgiprox>=1.5.1

View File

@ -6,4 +6,4 @@ urllib3
flask==2.3.3 flask==2.3.3
ujson ujson
lxml lxml
httpbin>=0.10.2 httpbin==0.10.2