Skip to content

Commit

Permalink
removing hiredis dependency in setup.py (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley authored and kencochrane committed Aug 31, 2017
1 parent bcfe46c commit cd587a4
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 @@ -69,6 +69,6 @@ def get_package_data(package):
packages=get_packages('defender'),
package_data=get_package_data('defender'),
install_requires=['Django>=1.8,<1.12', 'redis>=2.10.3,<3.0',
'hiredis>=0.2.0,<1.0', 'mockredispy>=2.9.0.11,<3.0'],
'mockredispy>=2.9.0.11,<3.0'],
tests_require=['mock', 'mockredispy', 'coverage', 'celery', 'django-redis-cache'],
)

0 comments on commit cd587a4

Please sign in to comment.