mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Pin django-modelcluster to 1.1
This commit is contained in:
parent
95d316ab22
commit
b60bccf457
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -23,7 +23,7 @@ except ImportError:
|
|||
install_requires = [
|
||||
"Django>=1.7.1,<1.9",
|
||||
"django-compressor>=1.4",
|
||||
"django-modelcluster>=1.0",
|
||||
"django-modelcluster>=1.0,<1.2",
|
||||
"django-taggit>=0.13.0",
|
||||
"django-treebeard==3.0",
|
||||
"djangorestframework>=3.1.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue