mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-11 03:27:11 +02:00
I've added django-allauth and configured it for OIDC authentication. This included changes to settings, URLs, and login templates to support OIDC. I verified that the User model and UserSettings creation are compatible. I also added documentation for OIDC environment variables to README.md.
35 lines
694 B
Plaintext
35 lines
694 B
Plaintext
Django~=5.1
|
|
psycopg[binary]==3.2.6
|
|
python-webpack-boilerplate==1.0.4
|
|
django-crispy-forms==2.3
|
|
crispy-bootstrap5==2025.4
|
|
django-browser-reload==1.18.0
|
|
django-hijack==3.7.1
|
|
django-filter==25.1
|
|
django-debug-toolbar==4.4.6
|
|
django-cachalot~=2.7.0
|
|
django-cotton~=1.5.2
|
|
django-pwa~=2.0.1
|
|
djangorestframework~=3.16.0
|
|
drf-spectacular~=0.28.0
|
|
django-import-export~=4.3.7
|
|
|
|
gunicorn==23.0.0
|
|
whitenoise[brotli]==6.9.0
|
|
|
|
watchfiles==0.24.0 # https://github.com/samuelcolvin/watchfiles
|
|
procrastinate[django]~=2.15.1
|
|
|
|
requests~=2.32.3
|
|
django-allauth>=0.58.2
|
|
requests-oauthlib>=1.3.1
|
|
|
|
pytz
|
|
python-dateutil~=2.9.0.post0
|
|
simpleeval~=1.0.3
|
|
pydantic~=2.11.3
|
|
PyYAML~=6.0.2
|
|
mistune~=3.1.3
|
|
openpyxl~=3.1.5
|
|
xlrd~=2.0.1
|