diff options
author | stark, steven <steven.stark@att.com> | 2018-10-24 19:00:44 -0700 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2018-10-24 19:34:55 -0700 |
commit | a23ab62cfdc42144fe0d8948e5a5734d033ba6c0 (patch) | |
tree | 34024e7997061c8be367da03b78e9e2a6ae67ee6 | |
parent | 6e6af59b4ea1fa4de8fff0155b93d08b67cebbfd (diff) |
[VVP] freeze python requirements in vvp projects
Change-Id: I828deff1025c036d7861ad398f0c53e69b773c39
Issue-ID: VVP-115
Signed-off-by: stark, steven <steven.stark@att.com>
-rw-r--r-- | requirements.txt | 27 |
1 files 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 |