1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 08:04:49 +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
requests
redis
jinja2==3.1.2
jinja2>=3.1.2
surt>=0.3.1
brotlipy
pyyaml
werkzeug==2.3.7
webencodings
gevent==23.9.0
greenlet==2.0.2
greenlet>=2.0.2
webassets==2.0
portalocker
wsgiprox>=1.5.1

View File

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