mirror of
https://github.com/jazzband/django-defender.git
synced 2026-05-14 18:43:18 +00:00
Add dependency on mockredis
This commit is contained in:
parent
c45354dd18
commit
d131424aa5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -43,6 +43,6 @@ setup(name='django-defender',
|
|||
"south_migrations/*.py",
|
||||
"exampleapp/*.*"],
|
||||
},
|
||||
install_requires=['Django>=1.6,<1.8', 'redis==2.10.3', 'hiredis==0.1.4'],
|
||||
install_requires=['Django>=1.6,<1.8', 'redis==2.10.3', 'hiredis==0.1.4', 'mockredis==0.1.3'],
|
||||
tests_require=['mock', 'mockredispy', 'coverage', 'celery'],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue