Commit b049e652 by Ned Batchelder Committed by Ned Batchelder

extras=reST doesn't work, so force docutils to get installed.

parent c82dd569
......@@ -26,6 +26,10 @@ djangorestframework-csv==1.4.1
djangorestframework-jwt==1.8.0
djangorestframework-xml==1.3.0
django-rest-swagger[reST]==0.3.10
# django-rest-swagger[reST] should install docutils, but doesn't
# (see https://github.com/pypa/pip/issues/4617), so we force it here.
docutils>=0.8
drf-extensions==0.3.1
drf-haystack==1.6.0rc1
dry-rest-permissions==0.1.6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment