Skip to content

Commit

Permalink
Pin redis version to 2.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
drgarcia1986 committed Nov 15, 2018
1 parent ad0ac81 commit 8fffde6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ flake8
isort
mock
msgpack-python>=0.4.6
redis>=2.10.0
redis>=2.10.0,<3.0.0
wheel
lz4>=0.15
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
install_requires=[
"Django>=1.11",
"redis>=2.10.0",
"redis>=2.10.0,<3.0.0",
],
zip_safe=False,
include_package_data=True,
Expand Down

0 comments on commit 8fffde6

Please sign in to comment.