mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Restrict ipware version for compatibility
This commit is contained in:
parent
9ce2b2200b
commit
46c7f783ed
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -36,7 +36,7 @@ setup(
|
|||
use_scm_version=True,
|
||||
setup_requires=["setuptools_scm"],
|
||||
python_requires="~=3.6",
|
||||
install_requires=["django>=2.0", "django-appconf>=1.0.3", "django-ipware>=2.0.2"],
|
||||
install_requires=["django>=2.0", "django-appconf>=1.0.3", "django-ipware>=2.0.2,<3"],
|
||||
include_package_data=True,
|
||||
packages=find_packages(),
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue