Removed unused deps 59/27859/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Wed, 1 Feb 2017 15:40:52 +0000 (23:40 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Wed, 1 Feb 2017 15:41:30 +0000 (23:41 +0800)
Change-Id: I7215c0c3f2957e88b2a048c45a5b99739707f15b
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
requirements.txt
test-requirements.txt
tox.ini

index ec566b8..4e4700c 100644 (file)
@@ -1,14 +1,8 @@
-pyyaml==3.10
-paramiko==1.16.0
-python-neutronclient==2.6.0
-python-novaclient==2.28.1
-python-glanceclient==1.1.0
-python-cinderclient==1.4.0
-python-heatclient==0.6.0
-python-keystoneclient==1.6.0
-reportlab==3.0
-Flask==0.11.1
-Flask-RESTful==0.3.5
-flask-restful-swagger==0.19
-ansible==2.1.1.0
-numpy==1.11.3
+click
+pyyaml
+paramiko
+Flask
+Flask-RESTful
+flask-restful-swagger
+numpy
+pbr
index 3158150..722db57 100644 (file)
@@ -5,3 +5,4 @@
 pytest
 pykwalify
 mock
+pip_check_reqs
diff --git a/tox.ini b/tox.ini
index 03283e4..16d6188 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -33,3 +33,9 @@ show-source = True
 ignore = E123,E125,H803,E501
 builtins = _
 exclude = build,dist,doc,legacy,.eggs,.git,.tox,.venv
+
+[testenv:reqs]
+deps=-rtest-requirements.txt
+commands=
+    pip-missing-reqs qtip
+    pip-extra-reqs qtip