From 96c34bde979c3435361f9751b55ccaa189480f51 Mon Sep 17 00:00:00 2001 From: Liz Pantalone Date: Wed, 31 Mar 2021 11:29:35 -0400 Subject: [PATCH 1/3] updates so far --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 474cb3d..8555418 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ asn1crypto==0.24.0 bcrypt==3.1.4 billiard==3.5.0.3 celery==4.2.0 -cffi==1.11.5 +cffi==1.14.5 cryptography>=2.3 Django==2.2.17 django-bootstrap4==0.0.6 @@ -13,7 +13,6 @@ django-pam==2.0.0 django-tables2==1.21.2 et-xmlfile==1.0.1 fabric==2.1.3 -freeze==1.0.10 gunicorn==19.8.1 idna==2.7 invoke==1.0.0 @@ -23,6 +22,7 @@ lml==0.0.1 lxml==4.6.2 openpyxl==2.5.3 paramiko==2.4.2 +pretty_dump==3.0 psycopg2==2.7.5 pyasn1==0.4.3 pycparser==2.18 From a6fe3822d9c976d6c56ea65f699872da1c84f501 Mon Sep 17 00:00:00 2001 From: Liz Pantalone Date: Wed, 31 Mar 2021 11:33:59 -0400 Subject: [PATCH 2/3] successfully installs Django 3.1.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8555418..9f8e0f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ billiard==3.5.0.3 celery==4.2.0 cffi==1.14.5 cryptography>=2.3 -Django==2.2.17 +Django==3.1.7 django-bootstrap4==0.0.6 django-celery-results==1.0.1 django-filter==2.0.0 From df4e9fb1eff31d29cee3996f6cdc6d07ca3eadf8 Mon Sep 17 00:00:00 2001 From: Liz Pantalone Date: Wed, 31 Mar 2021 11:53:06 -0400 Subject: [PATCH 3/3] updated various packages -- now all installing, compiling, and user flows are gtg --- requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9f8e0f9..7871bd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,11 +6,11 @@ celery==4.2.0 cffi==1.14.5 cryptography>=2.3 Django==3.1.7 -django-bootstrap4==0.0.6 +django-bootstrap4==2.3.1 django-celery-results==1.0.1 -django-filter==2.0.0 +django-filter==2.4.0 django-pam==2.0.0 -django-tables2==1.21.2 +django-tables2==2.3.4 et-xmlfile==1.0.1 fabric==2.1.3 gunicorn==19.8.1 @@ -35,7 +35,6 @@ pyexcel-xlsx==0.5.6 PyNaCl==1.2.1 python-pam==1.8.4 pytz==2018.3 -six==1.11.0 texttable==1.2.1 vine==1.1.4 xlrd==1.1.0