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

Allow Django 1.7 to be installed in setup.py

This commit is contained in:
Karl Hobley 2014-07-23 13:17:46 +01:00
parent b7901aa026
commit d817396e2b

View File

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