mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 09:51:09 -05:00
Update Django and dependencies, add app path configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user