summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-08-18 11:25:03 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-08-18 11:31:06 +0200
commit5dbf286fbc29bf36ea1d4567d033efb997a3c7ab (patch)
tree181d9a5ae308e7ddb8e559fb48dc78accbc25443
parentc49405cb9e3d36044601ac3374e75173b2a8b6b7 (diff)
Add rtd-requirements
It's required by rtd which doesn't leverage on PBR. Change-Id: Ia7ac5ecbb626d5c8b4c9095a1238db55e20790b0 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit a72b43b2356625d680d46f5ada201fcfe6ab7222)
-rw-r--r--api/requirements.txt37
-rw-r--r--rtd-requirements.txt4
2 files changed, 4 insertions, 37 deletions
diff --git a/api/requirements.txt b/api/requirements.txt
deleted file mode 100644
index 592575e92..000000000
--- a/api/requirements.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
-PyYAML>=3.10.0 # MIT
-GitPython>=1.0.1 # BSD License (3 clause)
-requests>=2.14.2 # Apache-2.0
-robotframework>=3.0
-scp
-dnspython>=1.14.0;python_version=='2.7' # http://www.dnspython.org/LICENSE
-dnspython3!=1.13.0,!=1.14.0,>=1.12.0;python_version>='3.0' # http://www.dnspython.org/LICENSE
-click
-openbaton-cli
-cloudify-rest-client
-Flask!=0.11,<1.0,>=0.10 # BSD
-Flask-RESTful>=0.3.5 # BSD
-IPy
-flasgger # MIT
-mock>=2.0 # BSD
-PrettyTable<0.8,>=0.7.1 # BSD
-six>=1.9.0 # MIT
-SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
-paramiko>=2.0 # LGPLv2.1+
-Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause)
-httplib2>=0.7.5 # MIT
-oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
-xtesting
-git+https://gerrit.opnfv.org/gerrit/snaps#egg=snaps
-git+https://github.com/openstack/refstack-client@a59189eaacda24b787ecb65e6634257beba361ec#egg=refstack-client
-coverage!=4.4,>=4.0 # Apache-2.0
-mock>=2.0 # BSD
-nose # LGPL
-flake8<2.6.0,>=2.5.4 # MIT
-pylint==1.4.5 # GPLv2
-sphinx>=1.6.2 # BSD
-sphinx-opnfv-theme
-sphinx-rtd-theme
-yamllint
-doc8
diff --git a/rtd-requirements.txt b/rtd-requirements.txt
new file mode 100644
index 000000000..007ab4c2a
--- /dev/null
+++ b/rtd-requirements.txt
@@ -0,0 +1,4 @@
+-r requirements.txt
+-r test-requirements.txt
+git+https://gerrit.opnfv.org/gerrit/snaps@stable/fraser#egg=snaps
+git+https://github.com/openstack/refstack-client@a59189eaacda24b787ecb65e6634257beba361ec#egg=refstack-client