summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2018-10-24 19:20:01 -0700
committerstark, steven <steven.stark@att.com>2018-10-24 19:39:36 -0700
commit8d2108708e7c55cc753b956563c535177f92d0d9 (patch)
treed4516f73efa29e5876299a0e174e468c4125f089
parent2042ab68aa5dc5a2da3c21c54ca86c48c251d28b (diff)
[VVP] freeze python requirements in vvp projectscasablanca
Change-Id: I5b85a4417187d63d35e9cafd54631fd87fe8b911 Issue-ID: VVP-115 Signed-off-by: stark, steven <steven.stark@att.com>
-rw-r--r--django/requirements.txt48
-rw-r--r--tox.ini6
2 files changed, 27 insertions, 27 deletions
diff --git a/django/requirements.txt b/django/requirements.txt
index 5fa4476..2b680ef 100644
--- a/django/requirements.txt
+++ b/django/requirements.txt
@@ -37,31 +37,31 @@
#
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
Django==1.10.6
-apscheduler
-bleach
-boto
-celery[redis]
-configparser
-django-cors-headers
-django-storages
+apscheduler==3.5.3
+bleach==3.0.2
+boto==2.49.0
+celery[redis]==4.2.1
+configparser==3.5.0
+django-cors-headers==2.4.0
+django-storages==1.7.1
djangorestframework==3.8.2
djangorestframework-jwt==1.11.0
-enum34
-mock
-openpyxl
-psycopg2
+enum34==1.1.6
+mock==2.0.0
+openpyxl==2.5.8
+psycopg2==2.7.5
python-jenkins==1.2.1
-pytz
-requests
-requests-aws
-retrying
-slacker
-sshpubkeys
-tap.py
-validate-email-address
-validate_email
+pytz==2018.5
+requests==2.19.1
+requests-aws==0.1.8
+retrying==1.3.3
+slacker==0.9.65
+sshpubkeys==3.1.0
+tap.py==2.5
+validate-email-address==1
+validate_email==1.3
wheel==0.31.1
-oauthlib
-requests_oauthlib
-itsdangerous
-pytest
+oauthlib==2.1.0
+requests_oauthlib==1.0.0
+itsdangerous==0.24
+pytest==3.9.1
diff --git a/tox.ini b/tox.ini
index c632928..8509462 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,14 +38,14 @@ setenv =
[testenv:py36-django1-10-6]
basepython = python3.6
deps = -r{toxinidir}/django/requirements.txt
- django-jenkins
- coverage
+ django-jenkins==0.110.0
+ coverage==4.5.1
commands = python --version
python {toxinidir}/django/manage.py jenkins --enable-coverage
[testenv:style]
basepython = python3
-deps = flake8
+deps = flake8==3.4.1
commands = flake8
[flake8]