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
+8 -1
View File
@@ -44,4 +44,11 @@ IMAP2_SSL=true
IMAP2_POLL_INTERVAL_MINUTES=10
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>
+3 -1
View File
@@ -12,4 +12,6 @@ openai
pymupdf
requests
dropbox
azure-ai-documentintelligence
azure-ai-documentintelligence
authlib
python-dotenv