From 4901f5dbf8709f9c949d80fbacb69df8d95ba03a Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 26 Aug 2015 17:02:33 +0100 Subject: [PATCH] Unpin djangorestframework in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 950d1549a7..a195794b56 100644 --- a/setup.py +++ b/setup.py @@ -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",