Updated required django-appconf version.

This commit is contained in:
Jon
2016-02-03 15:30:37 +01:00
parent bf912df0e6
commit 0be7712271

View File

@@ -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',
],