mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-11 02:20:59 +00:00
Bumped south version to 1.0.0
This commit is contained in:
parent
00046639c7
commit
b426e16b3c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue