added authlib to requirements
This commit is contained in:
@@ -45,3 +45,10 @@ IMAP2_POLL_INTERVAL_MINUTES=10
|
||||
IMAP2_DELETE_AFTER_PROCESS=false
|
||||
|
||||
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>
|
||||
@@ -13,3 +13,5 @@ pymupdf
|
||||
requests
|
||||
dropbox
|
||||
azure-ai-documentintelligence
|
||||
authlib
|
||||
python-dotenv
|
||||
Reference in New Issue
Block a user