Relax installation requirements a bit.

This commit is contained in:
Jannis Leidel 2020-12-21 13:12:31 +01:00
parent 3ef467c4b1
commit a15e66382b
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -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",