Skip to content

Commit

Permalink
Merge pull request #42 from ericrasmussen/redis-upper-bound
Browse files Browse the repository at this point in the history
pin redis-py to last working version
  • Loading branch information
ericrasmussen committed Jul 4, 2014
2 parents 8e7948e + 059b772 commit 9eb5fdf
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 @@ -20,7 +20,7 @@
README = CHANGES = ''

# set up requires
install_requires = ['redis>=2.4.11', 'pyramid>=1.3']
install_requires = ['redis<=2.9.1', 'pyramid>=1.3']
testing_requires = ['nose']
testing_extras = testing_requires + ['coverage']
docs_extras = ['sphinx']
Expand Down

0 comments on commit 9eb5fdf

Please sign in to comment.