0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Bumped south version to 1.0.0

This commit is contained in:
Karl Hobley 2014-07-07 16:22:34 +01:00
parent 00046639c7
commit b426e16b3c

View File

@ -24,7 +24,7 @@ PY3 = sys.version_info[0] == 3
install_requires = [
"Django>=1.6.2,<1.7",
"South>=0.8.4",
"South==1.0.0",
"django-compressor>=1.4",
"django-libsass>=0.2",
"django-modelcluster>=0.3",