Restrict ipware version for compatibility

This commit is contained in:
Aleksi Häkli 2020-07-02 17:33:49 +03:00
parent 9ce2b2200b
commit 46c7f783ed
No known key found for this signature in database
GPG key ID: DD4F689C5382F16A

View file

@ -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=[