diff options
-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 |