From a6775b5e5df2db22722e9033695a56d718baddfb Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Tue, 15 Nov 2016 17:31:12 +0100 Subject: [PATCH] Add requirements file for RTD --- requirements_readthedocs.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 requirements_readthedocs.txt diff --git a/requirements_readthedocs.txt b/requirements_readthedocs.txt new file mode 100644 index 00000000..ab18cf1a --- /dev/null +++ b/requirements_readthedocs.txt @@ -0,0 +1,11 @@ +# This is because readthedocs has an old version of pip +# that somehow doesn't like prerelease versions in the +# dependency expressions (>=1.0b1 failes to find dist) +Django>=1.8 +Pillow +django-nyt>=1.0b1 +six +django-mptt>=0.8.6,<0.9 +django-sekizai>=0.10 +sorl-thumbnail>=12,<13 +Markdown>=2.6,<2.7 -- 2.45.2