diff --git a/setup.py b/setup.py index ebaa589..5590ea9 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,10 @@ setup( 'django-cadmin = configurations.management:execute_from_command_line', ], }, - install_requires=["setuptools"], + install_requires=[ + 'django>=2.2', + 'setuptools', + ], extras_require={ 'cache': ['django-cache-url'], 'database': ['dj-database-url'],