Skip to content

Commit

Permalink
updated requirements.txt and upgrade to django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Bitto committed Dec 7, 2023
1 parent f9db322 commit 4af7e47
Showing 1 changed file with 62 additions and 9 deletions.
71 changes: 62 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4af7e47

Please sign in to comment.