added authlib to requirements

This commit is contained in:
Christian Krakau-Louis
2025-03-25 12:09:36 +01:00
parent 6ca68126ed
commit 1f510a18ca
2 changed files with 11 additions and 2 deletions
+7
View File
@@ -45,3 +45,10 @@ IMAP2_POLL_INTERVAL_MINUTES=10
IMAP2_DELETE_AFTER_PROCESS=false IMAP2_DELETE_AFTER_PROCESS=false
GOTENBERG_URL=http://gotenberg:3000 GOTENBERG_URL=http://gotenberg:3000
# ** needed for Authentik **
SESSION_SECRET=<atLeast32Characters>
AUTHENTIK_CLIENT_ID=<yourAuthentikAppClientID>
AUTHENTIK_CLIENT_SECRET=<yourAuthentikAppClientSecret>
AUTHENTIK_CONFIG_URL=<ConfigUrlOfYourApp, e.g. https://authentik.example.com/application/o/document-parser/.well-known/openid-configuration>
+2
View File
@@ -13,3 +13,5 @@ pymupdf
requests requests
dropbox dropbox
azure-ai-documentintelligence azure-ai-documentintelligence
authlib
python-dotenv