Skip to content

Commit

Permalink
Adjust package version requirements
Browse files Browse the repository at this point in the history
Allow django-ipware to have a newer version in the future
Update Python version requirement to match package specifiers
  • Loading branch information
aleksihakli committed Jan 9, 2022
1 parent 983ef3d commit 414c972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
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=[
Expand Down

0 comments on commit 414c972

Please sign in to comment.