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:
parent
f4ccdfcee3
commit
2e3342c420
@ -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
|
||||
|
@ -5,4 +5,4 @@ mock
|
||||
urllib3
|
||||
ujson
|
||||
lxml
|
||||
httpbin==0.10.2
|
||||
httpbin>=0.10.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user