From 4b7423cd7616e3b7185d009e543b2c31c452ecbe Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Wed, 25 Oct 2023 10:17:08 +0000 Subject: [PATCH] updated README.md with right deps --- README.md | 26 +++++++++++++++++++++----- requirements.txt | 13 ++++++------- 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b9ba654..164ba53 100755 --- a/README.md +++ b/README.md @@ -35,11 +35,27 @@ entries to a csv file ## versions used in development - python 3.8.2 - django 3.1.x (does not work with django 3.2 in the moment!) - django-formtools 2.2 - whitenoise 5.2.0 - gunicorn 20.0.4 + asgiref==3.2.10 + Django==3.1.2 + django-formtools==2.4 + gunicorn==20.0.4 + mysqlclient==2.1.1 + sqlparse==0.4.3 + whitenoise==6.2.0 + asgiref==3.2.10 + Authlib==1.2.1 + certifi==2023.7.22 + cffi==1.16.0 + chardet==5.2.0 + charset-normalizer==3.3.0 + cryptography==41.0.4 + idna==3.4 + pycparser==2.21 + pytz==2023.3.post1 + requests==2.31.0 + six==1.16.0 + typing_extensions==4.8.0 + urllib3==2.0.6 ## testing diff --git a/requirements.txt b/requirements.txt index 1c54076..a1371f1 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,20 @@ asgiref==3.2.10 -Django==3.1.2 -django-formtools==2.4 -gunicorn==20.0.4 -mysqlclient==2.1.1 -sqlparse==0.4.3 -whitenoise==6.2.0 -asgiref Authlib==1.2.1 certifi==2023.7.22 cffi==1.16.0 chardet==5.2.0 charset-normalizer==3.3.0 cryptography==41.0.4 +Django==3.1.2 +django-formtools==2.4 +gunicorn==20.0.4 idna==3.4 +mysqlclient==2.1.1 pycparser==2.21 pytz==2023.3.post1 requests==2.31.0 six==1.16.0 +sqlparse==0.4.3 typing_extensions==4.8.0 urllib3==2.0.6 +whitenoise==6.2.0