aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2018-10-24 19:10:10 -0700
committerstark, steven <steven.stark@att.com>2018-10-24 19:10:10 -0700
commit72eef9521cc96587d148c84a00e72b4a30cc3efa (patch)
treec294ece37a09e07a320b5e311be489e2c44d0ea2
parent5fe6216becd1d0451d356569de24fd68d49d9982 (diff)
[VVP] freeze python requirements in vvp projects
Change-Id: I7924e811054ecaf56bf99bede272f199ac894cc2 Issue-ID: VVP-115 Signed-off-by: stark, steven <steven.stark@att.com>
-rw-r--r--requirements.txt20
-rw-r--r--tox.ini4
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