Skip to content

Commit

Permalink
Relax redis pin
Browse files Browse the repository at this point in the history
  • Loading branch information
jqtrde committed Dec 7, 2018
1 parent 8dfcc75 commit 19ccfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
url='https://github.com/mapbox/watchbot-progress-py',
license='MIT',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
install_requires=['boto3', 'redis==2.10.6'],
install_requires=['boto3', 'redis~=2.0'],
entry_points="""
[console_scripts]
watchbot-progress-py=watchbot_progress.cli:main
Expand Down

0 comments on commit 19ccfb2

Please sign in to comment.