kopia lustrzana https://github.com/wagtail/wagtail
Pin Django modelcluster to 1.1
Prevents possibly incompatible versions from being automatically installed in the future.pull/2061/merge
rodzic
ec59c33ce5
commit
2225faae97
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",
|
||||
|
|
Ładowanie…
Reference in New Issue