From c23b6afbe8bfcb7ab84222bdc5042cd08a7190e1 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 1 Sep 2024 21:47:59 +0200 Subject: [PATCH] update --- core/settings.py | 1 - requirements.txt | 31 +++++++++---------------------- 2 files changed, 9 insertions(+), 23 deletions(-) diff --git a/core/settings.py b/core/settings.py index ca4eb55..986773b 100644 --- a/core/settings.py +++ b/core/settings.py @@ -37,7 +37,6 @@ INSTALLED_APPS = [ "django.contrib.messages", "django.contrib.staticfiles", "django_extensions", - "rest_framework", "app.public", ] diff --git a/requirements.txt b/requirements.txt index 00c0acc..2638d99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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