diff --git a/setup.py b/setup.py index 8ab670b..8e1eb60 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2', ], - install_requires=['django>=1.11, <2.3', 'pyproj', 'requests'], + install_requires=['django>=2.2, <2.3', 'pyproj', 'requests'], zip_safe=False, cmdclass={ 'build': build,