diff --git a/setup.py b/setup.py index be7b819..e2f8e91 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2', ], - install_requires=['django>=1.11'], + install_requires=['django>=2.2'], zip_safe=False, cmdclass={ 'build': build,