Skip to content

Commit a4f1921

Browse files
authored
Locking down redis version to 2.10.5
Updating requirements.txt to prevent issues with LuaLock caused by new redis client version
1 parent 9827b2d commit a4f1921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
argparse>=1.1
2-
redis>=2.10.5
2+
redis==2.10.5
33
pymongo>=3.0.1
44
gevent>=1.2.2
55
ujson>=1.33

0 commit comments

Comments
 (0)