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.messages",
"django.contrib.staticfiles", "django.contrib.staticfiles",
"django_extensions", "django_extensions",
"rest_framework",
"app.public", "app.public",
] ]

View File

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