diff --git a/setup.py b/setup.py index 6e687b0..4b6a290 100644 --- a/setup.py +++ b/setup.py @@ -107,7 +107,7 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', ], - install_requires=['django>=2.2, <2.3', 'pyproj', 'requests'], + install_requires=['django>=3.2, <3.3', 'pyproj', 'requests'], zip_safe=False, cmdclass={ 'build': build,