Skip to content

Commit

Permalink
Unpin djangorestframework in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Aug 26, 2015
1 parent bc9c7f3 commit 4901f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
"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",
Expand Down

0 comments on commit 4901f5d

Please sign in to comment.