mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Relax install_requires for package
This commit is contained in:
parent
0402878f2f
commit
7c22166caf
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -37,6 +37,6 @@ setup(name='django-defender',
|
|||
author_email='kencochrane@gmail.com',
|
||||
license='Apache 2',
|
||||
packages=['defender'],
|
||||
install_requires=['django==1.6.8', 'redis==2.10.3', 'hiredis==0.1.4', ],
|
||||
install_requires=['Django>=1.4,<1.7', 'redis==2.10.3', 'hiredis==0.1.4', ],
|
||||
tests_require=['mock', 'mockredispy', 'coverage', 'celery'],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue