Install django-extensions + update requirements.txt

This commit is contained in:
Emmy D'Anello 2024-05-12 10:03:12 +02:00
parent 7ed0924108
commit eade9e84de
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,8 @@
Django>=5.0,<6.0
django-cors-headers
django-filter~=23.5
Django>=5.0.4,<6.0
django-cors-headers~=4.3.1
django-extensions~=3.2.3
django-filter~=24.2
djangorestframework~=3.14.0
protobuf
protobuf~=5.26.1
requests~=2.31.0
tqdm
tqdm~=4.66.4

View File

@ -41,6 +41,7 @@ INSTALLED_APPS = [
"django.contrib.staticfiles",
"corsheaders",
"django_extensions",
"django_filters",
"rest_framework",