Skip to content

Commit

Permalink
Pin redis for fakeredis (#904)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
edsu authored Apr 26, 2024
1 parent b9f1609 commit b190ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
six
warcio>=1.7.1
requests
redis
redis==2.10.6
jinja2>=3.1.2
surt>=0.3.1
brotlipy
Expand Down

0 comments on commit b190ddd

Please sign in to comment.