From 72eef9521cc96587d148c84a00e72b4a30cc3efa Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Wed, 24 Oct 2018 19:10:10 -0700 Subject: [PATCH] [VVP] freeze python requirements in vvp projects Change-Id: I7924e811054ecaf56bf99bede272f199ac894cc2 Issue-ID: VVP-115 Signed-off-by: stark, steven --- requirements.txt | 20 ++++++++++---------- tox.ini | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index 424d276..b67741b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,13 +39,13 @@ # pytest==3.7.4 -PyYAML -pytest-tap -boltons -pyinstaller -xlsxwriter -docutils -requests -appdirs -jinja2 -yamllint +PyYAML==3.13 +pytest-tap==2.3 +boltons==18.0.1 +pyinstaller==3.4 +xlsxwriter==1.1.2 +docutils==0.14 +requests==2.20.0 +appdirs==1.4.3 +jinja2==2.10 +yamllint==1.12.1 diff --git a/tox.ini b/tox.ini index e414f82..61667f5 100644 --- a/tox.ini +++ b/tox.ini @@ -50,8 +50,8 @@ commands = coverage run --module pytest ice_validator/tests --self-test -rxXs coverage xml deps = -rrequirements.txt - flake8 - coverage + flake8==3.4.1 + coverage==4.5.1 [testenv:style] commands = flake8 ice_validator -- 2.16.6