mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Update django-ipware.
Signed-off-by: Hasan Ramezani <hasan.r67@gmail.com>
This commit is contained in:
parent
171abf45ba
commit
ca6b736482
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,<3"],
|
||||
install_requires=["django>=2.0", "django-appconf>=1.0.3", "django-ipware>=3,<4"],
|
||||
include_package_data=True,
|
||||
packages=find_packages(),
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue