Browse Source

Añado rest_framework

main
Celestino Rey 9 months ago
parent
commit
5649da52d9
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      src/requirements.txt

+ 8
- 2
src/requirements.txt View File

@ -1,14 +1,20 @@
asgiref==3.8.1 asgiref==3.8.1
Django==4.2 Django==4.2
django-calculation==1.0.0
djangorestframework==3.15.2
flake8==7.1.1 flake8==7.1.1
gunicorn==22.0.0 gunicorn==22.0.0
mccabe==0.7.0 mccabe==0.7.0
numpy==2.2.2
packaging==24.1 packaging==24.1
pandas==2.2.3
pillow==10.4.0 pillow==10.4.0
psycopg2-binary==2.9.6 psycopg2-binary==2.9.6
pycodestyle==2.12.1 pycodestyle==2.12.1
pyflakes==3.2.0 pyflakes==3.2.0
python-dateutil==2.9.0.post0
pytz==2025.1
six==1.17.0
sqlparse==0.5.1 sqlparse==0.5.1
typing_extensions==4.12.2 typing_extensions==4.12.2
django-calculation==1.0.0
pandas==2.2.3
tzdata==2025.1

Loading…
Cancel
Save