Skip to content

Commit 6c613a6

Browse files
committed
Fix Deps Issues.
1 parent d3941da commit 6c613a6

File tree

3 files changed

+156
-1
lines changed

3 files changed

+156
-1
lines changed

api/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ ollama>=0.4.8
1515
aiohttp>=3.8.4
1616
boto3>=1.34.0
1717
websockets>=11.0.3
18+
azure-identity>=1.12.0
19+
azure-core>=1.24.0
1820

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ dependencies = [
2121
"ollama>=0.4.8",
2222
"aiohttp>=3.8.4",
2323
"boto3>=1.34.0",
24-
"pytest>=7.0.0"
24+
"pytest>=7.0.0",
25+
"azure-identity>=1.12.0",
26+
"azure-core>=1.24.0"
2527
]

0 commit comments

Comments
 (0)