From 4af7e47abe8e506396cee4ac6e292546e9ab2337 Mon Sep 17 00:00:00 2001 From: Leonardo Bitto Date: Thu, 7 Dec 2023 12:00:34 +0100 Subject: [PATCH] updated requirements.txt and upgrade to django 5.0 --- requirements.txt | 71 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 62 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index f0050bc3..8792e190 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,62 @@ -asgiref -Django -django-environ -gunicorn -Pillow - -psycopg2-binary -python-decouple -sqlparse +asgiref==3.7.2 +asttokens==2.4.1 +attrs==23.1.0 +colorama==0.4.6 +comm==0.2.0 +contourpy==1.2.0 +cycler==0.12.1 +debugpy==1.8.0 +decorator==5.1.1 +Django==5.0 +django-environ==0.11.2 +executing==2.0.1 +fastjsonschema==2.19.0 +fonttools==4.45.1 +gunicorn==21.2.0 +ipykernel==6.27.1 +ipython==8.18.1 +jedi==0.19.1 +joblib==1.3.2 +jsonschema==4.20.0 +jsonschema-specifications==2023.11.1 +jupyter_client==8.6.0 +jupyter_core==5.5.0 +kiwisolver==1.4.5 +matplotlib==3.8.2 +matplotlib-inline==0.1.6 +nbformat==5.9.2 +nest-asyncio==1.5.8 +numpy==1.26.2 +packaging==23.2 +pandas==2.1.3 +parso==0.8.3 +patsy==0.5.3 +Pillow==10.1.0 +platformdirs==4.0.0 +plotly==5.18.0 +prompt-toolkit==3.0.41 +psutil==5.9.6 +psycopg2-binary==2.9.9 +pure-eval==0.2.2 +Pygments==2.17.2 +pyparsing==3.1.1 +python-dateutil==2.8.2 +python-decouple==3.8 +pytz==2023.3.post1 +pywin32==306 +pyzmq==25.1.1 +referencing==0.31.0 +rpds-py==0.13.1 +scikit-learn==1.3.2 +scipy==1.11.4 +six==1.16.0 +sklearn==0.0.post11 +sqlparse==0.4.4 +stack-data==0.6.3 +statsmodels==0.14.0 +tenacity==8.2.3 +threadpoolctl==3.2.0 +tornado==6.4 +traitlets==5.14.0 +tzdata==2023.3 +wcwidth==0.2.12