Skip to content

Commit b190ddd

Browse files
authored
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
1 parent b9f1609 commit b190ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
six
22
warcio>=1.7.1
33
requests
4-
redis
4+
redis==2.10.6
55
jinja2>=3.1.2
66
surt>=0.3.1
77
brotlipy

0 commit comments

Comments
 (0)