diff options
author | stark, steven <steven.stark@att.com> | 2018-10-24 19:13:10 -0700 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2018-10-24 19:37:58 -0700 |
commit | 830b0ee41c4eec17e16cb978f47d9f6266034ade (patch) | |
tree | 37d55258fc5187decfbb988a0838aab5ead65522 /django | |
parent | 61fdeedca3a9da3bc34bae75632948e3fdb6bccb (diff) |
[VVP] freeze python requirements in vvp projectsHEADmastercasablanca
Change-Id: Ie34b8a39ddae09c4b814a18a90a3d9431977d8f2
Issue-ID: VVP-115
Signed-off-by: stark, steven <steven.stark@att.com>
Diffstat (limited to 'django')
-rw-r--r-- | django/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/django/requirements.txt b/django/requirements.txt index 872b253..32b876c 100644 --- a/django/requirements.txt +++ b/django/requirements.txt @@ -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 |