From a72b43b2356625d680d46f5ada201fcfe6ab7222 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 18 Aug 2018 11:25:03 +0200 Subject: Add rtd-requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's required by rtd which doesn't leverage on PBR. Change-Id: Ia7ac5ecbb626d5c8b4c9095a1238db55e20790b0 Signed-off-by: Cédric Ollivier --- api/requirements.txt | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 api/requirements.txt (limited to 'api') 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 -- cgit 1.2.3-korg