Pin Django modelcluster to 1.1

Prevents possibly incompatible versions from being automatically installed in the future.
pull/2061/merge
Karl Hobley 2016-01-21 11:35:19 +00:00
rodzic ec59c33ce5
commit 2225faae97
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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",