mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 13:34:46 +00:00
support Django 1.8 in setup.py
This commit is contained in:
parent
e243cf2403
commit
d0abaa77fe
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -28,7 +28,7 @@ PY3 = sys.version_info[0] == 3
|
|||
|
||||
|
||||
install_requires = [
|
||||
"Django>=1.7.1,<1.8",
|
||||
"Django>=1.7.1,<1.9",
|
||||
"django-compressor>=1.4",
|
||||
"django-libsass>=0.2",
|
||||
"django-modelcluster>=0.6",
|
||||
|
|
|
|||
Loading…
Reference in a new issue