We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3941da commit 6c613a6Copy full SHA for 6c613a6
api/requirements.txt
@@ -15,4 +15,6 @@ ollama>=0.4.8
15
aiohttp>=3.8.4
16
boto3>=1.34.0
17
websockets>=11.0.3
18
+azure-identity>=1.12.0
19
+azure-core>=1.24.0
20
pyproject.toml
@@ -21,5 +21,7 @@ dependencies = [
21
"ollama>=0.4.8",
22
"aiohttp>=3.8.4",
23
"boto3>=1.34.0",
24
- "pytest>=7.0.0"
+ "pytest>=7.0.0",
25
+ "azure-identity>=1.12.0",
26
+ "azure-core>=1.24.0"
27
]
0 commit comments