From a23ab62cfdc42144fe0d8948e5a5734d033ba6c0 Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Wed, 24 Oct 2018 19:00:44 -0700 Subject: [VVP] freeze python requirements in vvp projects Change-Id: I828deff1025c036d7861ad398f0c53e69b773c39 Issue-ID: VVP-115 Signed-off-by: stark, steven --- requirements.txt | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index e1ed776..5a53fe1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,18 +37,19 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. Django==1.10.6 -djangorestframework -djangorestframework-jwt -gitpython -openpyxl -psycopg2 -python-jose -pyvirtualdisplay -requests +djangorestframework==3.8.2 +djangorestframework-jwt==1.11.0 +gitpython==2.1.11 +openpyxl==2.5.9 +psycopg2==2.7.5 +python-jose==3.0.1 +pyvirtualdisplay==0.2.1 +requests==2.20.0 selenium==2.53.6 wheel -tblib -cryptography -itsdangerous -boto -requests-aws +tblib==1.3.2 +cryptography==2.3.1 +itsdangerous==1.0.0 +boto==2.49.0 +requests-aws==0.1.8 +pytz==2018.5 -- cgit 1.2.3-korg