From e4033ce967d0d409e7b0d26ae51f324e1ea612a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Mon, 29 May 2017 14:57:54 -0400 Subject: [PATCH] Add requirements.txt for Read the docs Change-Id: Ie75906e0c35c18125155057392f589bfcfb44526 --- rtd-requirements.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rtd-requirements.txt diff --git a/rtd-requirements.txt b/rtd-requirements.txt new file mode 100644 index 0000000..e8bc068 --- /dev/null +++ b/rtd-requirements.txt @@ -0,0 +1,11 @@ +pbr>=2.0.0,!=2.1.0 # Apache-2.0 +cliff>=2.6.0 # Apache-2.0 +requests>=2.10.0,!=2.12.2,!=2.13.0 # Apache-2.0 +python-keystoneclient>=3.8.0 # Apache-2.0 +python-dateutil>=2.4.2 # BSD +hacking<0.12,>=0.11.0 # Apache-2.0 +coverage>=3.6 # Apache-2.0 +python-subunit>=0.0.18 # Apache-2.0/BSD +sphinx!=1.3b1,<1.3,>=1.2.1 # BSD +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0 \ No newline at end of file