mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Adjust package version requirements
Allow django-ipware to have a newer version in the future Update Python version requirement to match package specifiers
This commit is contained in:
parent
983ef3da44
commit
414c972738
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -35,8 +35,8 @@ setup(
|
|||
package_dir={"axes": "axes"},
|
||||
use_scm_version=True,
|
||||
setup_requires=["setuptools_scm"],
|
||||
python_requires="~=3.6",
|
||||
install_requires=["django>=3.2", "django-ipware>=3,<5", "setuptools"],
|
||||
python_requires=">=3.7",
|
||||
install_requires=["django>=3.2", "django-ipware>=3", "setuptools"],
|
||||
include_package_data=True,
|
||||
packages=find_packages(exclude=["tests"]),
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue