1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Pin redis for fakeredis

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:
Ed Summers 2024-04-25 16:28:09 -07:00
parent b9f1609df9
commit 92cbeacf32
No known key found for this signature in database
GPG Key ID: D012FF557AFFF80A

View File

@ -1,7 +1,7 @@
six
warcio>=1.7.1
requests
redis
redis==2.10.6
jinja2>=3.1.2
surt>=0.3.1
brotlipy