diff --git a/setup.py b/setup.py index f3e116f..9fefc8c 100644 --- a/setup.py +++ b/setup.py @@ -141,7 +141,7 @@ setup( ], zip_safe=False, install_requires=[ - 'django-appconf >= 0.4', + 'django-appconf >= 1.0', 'rcssmin == 1.0.6', 'rjsmin == 1.0.12', ],