1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 06:59:52 +01:00

Switch some requirements to >= to get minor/patch updates

This commit is contained in:
Tessa Walsh 2024-03-29 12:49:02 -04:00
parent f4ccdfcee3
commit 2e3342c420
2 changed files with 3 additions and 3 deletions

View File

@ -2,14 +2,14 @@ six
warcio>=1.7.1 warcio>=1.7.1
requests requests
redis redis
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==23.9.0 gevent==23.9.0
greenlet==2.0.2 greenlet>=2.0.2
webassets==2.0 webassets==2.0
portalocker portalocker
wsgiprox>=1.5.1 wsgiprox>=1.5.1

View File

@ -5,4 +5,4 @@ mock
urllib3 urllib3
ujson ujson
lxml lxml
httpbin==0.10.2 httpbin>=0.10.2