[VVP] freeze python requirements in vvp projects 04/71204/3 casablanca master
authorstark, steven <steven.stark@att.com>
Thu, 25 Oct 2018 02:13:10 +0000 (19:13 -0700)
committerstark, steven <steven.stark@att.com>
Thu, 25 Oct 2018 02:37:58 +0000 (19:37 -0700)
Change-Id: Ie34b8a39ddae09c4b814a18a90a3d9431977d8f2
Issue-ID: VVP-115
Signed-off-by: stark, steven <steven.stark@att.com>
django/requirements.txt
tox.ini

index 872b253..32b876c 100644 (file)
@@ -39,6 +39,6 @@ Django==1.10.6
 djangorestframework==3.6.4
 Mezzanine==4.2.3
 git+https://github.com/att-innovate/mezzanine-api.git@master
-psycopg2
-boto
-django-storages
+psycopg2==2.7.5
+boto==2.49.0
+django-storages==1.7.1
diff --git a/tox.ini b/tox.ini
index eef5b7d..79205d5 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -46,7 +46,7 @@ commands =  python --version
 
 [testenv:style]
 basepython = python3
-deps = flake8
+deps = flake8==3.4.1
 commands = flake8
 
 [flake8]