diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2019-03-05 14:47:53 +0200 |
---|---|---|
committer | Panagiotis Karalis <pkaralis@intracom-telecom.com> | 2019-03-07 14:49:06 +0000 |
commit | ea480f97ea68b741a7b62ff07a38808871b568de (patch) | |
tree | 0c8063f500823d94765e8e21fd5278944f72505d | |
parent | f6058cb4c4eba271761754a00a1a3e1bd6a40616 (diff) |
Update python requirements
JIRA: DOVETAIL-754
This patch removes unused python requirements and updates the versions
of the remaining to be equal with upper constraints of OpenStack
Queens version.
Change-Id: Iefb9321b56c3e2004bf73a1b57919f898a5f8bdd
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
-rw-r--r-- | requirements.txt | 23 | ||||
-rw-r--r-- | test-requirements.txt | 3 |
2 files changed, 6 insertions, 20 deletions
diff --git a/requirements.txt b/requirements.txt index 4d41a31a..b79c1b64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,8 @@ ansible==2.2.0 -click==6.6 -Jinja2==2.8 -keystoneauth1==3.4.0 -openstacksdk==0.11.2 -os-client-config==1.28.0 -osc-lib==1.10.0 -paramiko==1.18.0 -pbr==2.0.0 -python-cinderclient==1.9.0 -python-glanceclient==2.5.0 +click==6.7 +Jinja2==2.10 +os-client-config==1.29.0 +pbr==3.1.1 python-hosts==0.4.1 -python-keystoneclient==3.8.0 -python-novaclient==6.0.2 -python-openstackclient==3.2.1 -pytz==2016.7 PyYAML==3.12 -requests==2.18.0 -six==1.10.0 -stevedore==1.20.0 -shade==1.22.2 +shade==1.27.2 diff --git a/test-requirements.txt b/test-requirements.txt index 97ed0965..230ba1cd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,6 @@ -coverage>=4.0,!=4.4 # Apache-2.0 flake8<3.0 # MIT pytest # MIT pytest-cov # MIT yamllint mock # BSD -testtools +munch # MIT |