From 4a3259a29fec5981f628c084da6e60b7c40aba6b Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 4 Apr 2018 07:30:05 +0200 Subject: Bypass mismatches between pbr and readthedocs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I09400b3b337e6fe8dbc53a52dab925d38227a80a Signed-off-by: Cédric Ollivier --- api/requirements.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'api') 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 -- cgit 1.2.3-korg