mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Change setup.py to allow for Django 3.1.x versions
This commit is contained in:
parent
0ad3690e6f
commit
1366adc59f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -56,7 +56,7 @@ setup(
|
|||
include_package_data=True,
|
||||
packages=find_packages(),
|
||||
package_data=get_package_data("defender"),
|
||||
install_requires=["Django>=1.8,<=3.1", "redis<3.6"],
|
||||
install_requires=["Django>=1.8,<3.2", "redis<3.6"],
|
||||
tests_require=[
|
||||
"mock",
|
||||
"mockredispy>=2.9.0.11,<3.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue