mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-12 02:50:59 +00:00
Pin Django modelcluster to 1.1
Prevents possibly incompatible versions from being automatically installed in the future.
This commit is contained in:
parent
ec59c33ce5
commit
2225faae97
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.8.1,<1.10",
|
||||
"django-compressor>=1.4",
|
||||
"django-modelcluster>=1.1",
|
||||
"django-modelcluster>=1.1,<1.2",
|
||||
"django-taggit>=0.17.5",
|
||||
"django-treebeard==3.0",
|
||||
"djangorestframework>=3.1.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue