Add Twitch auth with django-allauth
This commit is contained in:
@ -10,14 +10,15 @@ package-mode = false
|
||||
python = "^3.12"
|
||||
discord-webhook = "^1.3.1"
|
||||
django = { version = "^5.1", allow-prereleases = true }
|
||||
django-allauth = { extras = ["socialaccount"], version = "^64.0.0" }
|
||||
django-debug-toolbar = "^4.4.6"
|
||||
django-simple-history = "^3.7.0"
|
||||
pillow = "^10.4.0"
|
||||
platformdirs = "^4.2.2"
|
||||
python-dotenv = "^1.0.1"
|
||||
sentry-sdk = { extras = ["django"], version = "^2.12.0" }
|
||||
whitenoise = { extras = ["brotli"], version = "^6.7.0" }
|
||||
sentry-sdk = { extras = ["django"], version = "^2.13.0" }
|
||||
undetected-playwright-patch = "^1.40.0.post1700587210000"
|
||||
whitenoise = { extras = ["brotli"], version = "^6.7.0" }
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
djlint = "^1.34.1"
|
||||
|
Reference in New Issue
Block a user