summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-04-04 07:30:05 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-04-05 09:53:04 +0200
commitb5b6310b902ba88290ce541066651cf9f3585e3f (patch)
tree0f76b6607935bcb506a2cb87129505bcb406e1ae /api
parentb7c44a1801a2f92cacb92c52f20234ce43e2190b (diff)
Bypass mismatches between pbr and readthedocs
Change-Id: I09400b3b337e6fe8dbc53a52dab925d38227a80a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 4a3259a29fec5981f628c084da6e60b7c40aba6b)
Diffstat (limited to 'api')
-rw-r--r--api/requirements.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/api/requirements.txt b/api/requirements.txt
index cf1cc0015..592575e92 100644
--- a/api/requirements.txt
+++ b/api/requirements.txt
@@ -1,2 +1,37 @@
+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