[VVP] freeze python requirements in vvp projects 05/71205/3 casablanca
authorstark, steven <steven.stark@att.com>
Thu, 25 Oct 2018 02:20:01 +0000 (19:20 -0700)
committerstark, steven <steven.stark@att.com>
Thu, 25 Oct 2018 02:39:36 +0000 (19:39 -0700)
Change-Id: I5b85a4417187d63d35e9cafd54631fd87fe8b911
Issue-ID: VVP-115
Signed-off-by: stark, steven <steven.stark@att.com>
django/requirements.txt
tox.ini

index 5fa4476..2b680ef 100644 (file)
 #
 # 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 (file)
--- 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]