aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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