added authlib to requirements
This commit is contained in:
@@ -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
@@ -12,4 +12,6 @@ openai
|
||||
pymupdf
|
||||
requests
|
||||
dropbox
|
||||
azure-ai-documentintelligence
|
||||
azure-ai-documentintelligence
|
||||
authlib
|
||||
python-dotenv
|
||||
Reference in New Issue
Block a user