mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-04 21:54:50 +00:00
Add explicit dependecy on setuptools
This commit is contained in:
parent
63b100c748
commit
08cd3a3908
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.2", "django-ipware>=3,<5"],
|
||||
install_requires=["django>=2.2", "django-ipware>=3,<5", "setuptools"],
|
||||
include_package_data=True,
|
||||
packages=find_packages(exclude=["tests"]),
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue