Use frozen requirements 15/48415/3
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 5 Dec 2017 20:13:34 +0000 (12:13 -0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 5 Dec 2017 21:07:17 +0000 (13:07 -0800)
Change-Id: I3de2e7d3fc2e88d0556b35c34830d7eab522d404
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
requirements-frozen.txt [deleted file]
requirements.txt
tox.ini

diff --git a/requirements-frozen.txt b/requirements-frozen.txt
deleted file mode 100644 (file)
index f922523..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-humanfriendly==4.4.1
-connexion==1.1.11
-Jinja2==2.9.6
-Django==1.11.5
-asq==1.2.1
-six==1.11.0
-ansible==2.4.0.0
-requests==2.18.4
-prettytable==0.7.2
-numpy==1.13.1
-click==6.7
-pbr==3.1.1
-PyYAML==3.12
index 97229c2..f922523 100644 (file)
@@ -1,13 +1,13 @@
-ansible
-click
-connexion<=1.1.11
-Jinja2
-numpy
-pbr
-prettytable
-six
-PyYAML
-humanfriendly
-asq
-Django
-requests
+humanfriendly==4.4.1
+connexion==1.1.11
+Jinja2==2.9.6
+Django==1.11.5
+asq==1.2.1
+six==1.11.0
+ansible==2.4.0.0
+requests==2.18.4
+prettytable==0.7.2
+numpy==1.13.1
+click==6.7
+pbr==3.1.1
+PyYAML==3.12
diff --git a/tox.ini b/tox.ini
index e5fe6e4..2663e2e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ skipsdist = True
 
 [testenv]
 usedevelop = True
-install_command = pip install -U {opts} {packages}
+install_command = pip install {opts} {packages}
 deps =
   -rrequirements.txt
   -rrequirements-test.txt