mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
Pin redis for fakeredis (#904)
It looks like `poetry install` will install the latest version of redis (v5.0.4) instead of what pip installs (v2.10.6). Unfortunately this means that the old version of fakeredis that is pinned in the requirements.txt will not work properly. Fixes #903
This commit is contained in:
parent
b9f1609df9
commit
b190dddee9
@ -1,7 +1,7 @@
|
|||||||
six
|
six
|
||||||
warcio>=1.7.1
|
warcio>=1.7.1
|
||||||
requests
|
requests
|
||||||
redis
|
redis==2.10.6
|
||||||
jinja2>=3.1.2
|
jinja2>=3.1.2
|
||||||
surt>=0.3.1
|
surt>=0.3.1
|
||||||
brotlipy
|
brotlipy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user