[VVP] freeze python requirements in vvp projects 03/71203/1
authorstark, steven <steven.stark@att.com>
Thu, 25 Oct 2018 02:10:10 +0000 (19:10 -0700)
committerstark, steven <steven.stark@att.com>
Thu, 25 Oct 2018 02:10:10 +0000 (19:10 -0700)
Change-Id: I7924e811054ecaf56bf99bede272f199ac894cc2
Issue-ID: VVP-115
Signed-off-by: stark, steven <steven.stark@att.com>
requirements.txt
tox.ini

index 424d276..b67741b 100644 (file)
 #
 
 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 (file)
--- 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