1
0
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:
Ed Summers 2024-04-26 01:03:27 -07:00 committed by GitHub
parent b9f1609df9
commit b190dddee9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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