mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Relax installation requirements a bit.
This commit is contained in:
parent
3ef467c4b1
commit
a15e66382b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -61,7 +61,7 @@ setup(
|
|||
packages=find_packages(),
|
||||
package_data=get_package_data("defender"),
|
||||
python_requires='~=3.5',
|
||||
install_requires=["Django>=2.2,<3.2", "redis<3.6"],
|
||||
install_requires=["Django", "redis"],
|
||||
tests_require=[
|
||||
"mockredispy>=2.9.0.11,<3.0",
|
||||
"coverage",
|
||||
|
|
|
|||
Loading…
Reference in a new issue