diff --git a/setup.py b/setup.py index 5a43497..d520e3b 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,9 @@ def read(*parts): "Framework :: Django", ], python_requires=">=3.7", - install_requires=["django-appconf >= 0.4"], + install_requires=[ + "django-appconf >= 0.4", + "Django >= 3.3", + ], )