From 4e1ffc677d520b54977a306f646a7ae5a51a37d1 Mon Sep 17 00:00:00 2001 From: Ayman Hamed Moustafa Date: Sun, 26 Jan 2025 00:11:16 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2e79d62..f0648c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,8 @@ dependencies = [ "charset-normalizer", "openai", "ollama", + "azure-ai-documentintelligence", + "azure-identity" ] [project.urls]