0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Unpin djangorestframework in setup.py

This commit is contained in:
Karl Hobley 2015-08-26 17:02:33 +01:00
parent bc9c7f3f01
commit 4901f5dbf8

View File

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