Unpin djangorestframework in setup.py

pull/1551/head
Karl Hobley 2015-08-26 17:02:33 +01:00
rodzic bc9c7f3f01
commit 4901f5dbf8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -28,7 +28,7 @@ install_requires = [
"django-modelcluster>=0.6",
"django-taggit>=0.13.0",
"django-treebeard==3.0",
"djangorestframework==3.1.3",
"djangorestframework>=3.1.3",
"Pillow>=2.6.1",
"beautifulsoup4>=4.3.2",
"html5lib==0.999",