Update Django and dependencies, add app path configuration

This commit is contained in:
pacnpal
2025-02-06 13:58:57 -05:00
parent 19852207f6
commit 7d25d6f992
3 changed files with 5 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
# Django and REST framework
Django==5.1.5
Django==5.1.6
djangorestframework==3.15.2
django-cors-headers==4.6.0
# Authentication
django-allauth==65.3.1
django-allauth==65.4.0
django-oauth-toolkit==3.0.1
dj-rest-auth==7.0.1 # Added for REST authentication endpoints
pyjwt==2.10.1
@@ -31,7 +31,7 @@ whitenoise==6.8.2 # Static file serving
pycountry==24.6.1
# Development
black==24.10.0
black==25.1.0
flake8==7.1.1
pytest==8.3.4
pytest-django==4.9.0