diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-12-05 12:13:34 -0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-12-05 13:07:17 -0800 |
commit | d12a3a3d882dd30c9b501884fe92c037764b9e04 (patch) | |
tree | da074fb29a74dcf12b78dc36f9f73dd4a0b1694f | |
parent | af983e483333615d6528df2489975c866c3f3e54 (diff) |
Use frozen requirements
Change-Id: I3de2e7d3fc2e88d0556b35c34830d7eab522d404
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
-rw-r--r-- | requirements-frozen.txt | 13 | ||||
-rw-r--r-- | requirements.txt | 26 | ||||
-rw-r--r-- | tox.ini | 2 |
3 files changed, 14 insertions, 27 deletions
diff --git a/requirements-frozen.txt b/requirements-frozen.txt deleted file mode 100644 index f9225232..00000000 --- a/requirements-frozen.txt +++ /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 diff --git a/requirements.txt b/requirements.txt index 97229c29..f9225232 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 |