This commit is contained in:
Andros Fenollosa 2024-09-01 21:47:59 +02:00
parent 1178fba25d
commit c23b6afbe8
2 changed files with 9 additions and 23 deletions

View File

@ -37,7 +37,6 @@ INSTALLED_APPS = [
"django.contrib.messages",
"django.contrib.staticfiles",
"django_extensions",
"rest_framework",
"app.public",
]

View File

@ -1,32 +1,19 @@
# Django
django===4.0.6
django-extensions===3.2.0
dj-database-url==0.5.0
# Django REST
djangorestframework==3.13.1
django-cors-headers==3.10.0
django===5.1
django-extensions===3.2.3
# Databases
psycopg2-binary===2.9.3
redis==4.3.4
# Faker
Faker===13.15.1
psycopg===3.2.1
redis==5.0
# Django Server
daphne===3.0.2
asgiref===3.5.2
daphne===4.1.2
asgiref===3.8.1
# Templates
## Image processing
Pillow===9.2.0
Pillow===10.4.0
# Testing
pytest==7.1.2
pytest-django==4.5.2
# Quality code
black==22.6.0
flake8==4.0.1
isort==5.10.1
pytest==8.3.2
pytest-django==4.8.0