diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-18 11:25:03 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-18 11:26:08 +0200 |
commit | a72b43b2356625d680d46f5ada201fcfe6ab7222 (patch) | |
tree | eea452795b4ccd8c782ff884f501af3de3ccc2dd | |
parent | 90080307c68683f352be2cad48c8371c746d4788 (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>
-rw-r--r-- | api/requirements.txt | 37 | ||||
-rw-r--r-- | rtd-requirements.txt | 3 |
2 files changed, 3 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..7a460458b --- /dev/null +++ b/rtd-requirements.txt @@ -0,0 +1,3 @@ +-r requirements.txt +-r test-requirements.txt +git+https://gerrit.opnfv.org/gerrit/snaps#egg=snaps |