Update dependencies for django-modelcluster 3.0

pull/3276/head
Matt Westcott 2017-01-12 14:06:26 +00:00
rodzic 0e9c255b03
commit be74f762f0
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -22,8 +22,8 @@ except ImportError:
install_requires = [
"Django>=1.8.1,<1.11",
"django-modelcluster>=2.0,<3.0",
"django-taggit>=0.18,<0.19",
"django-modelcluster==3.0a1",
"django-taggit>=0.20,<1.0",
"django-treebeard>=3.0,<5.0",
"djangorestframework>=3.1.3",
"Pillow>=2.6.1",