-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpyproject.toml
More file actions
48 lines (45 loc) · 1.2 KB
/
Copy pathpyproject.toml
File metadata and controls
48 lines (45 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[project]
name = "aks-migration-agent-gsa"
version = "0.1.0"
description = "This code it used to migrate Google GKE or Amazon EKS clusters to Azure AKS."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiofiles==25.1.0",
"azure-ai-agents==1.2.0b6",
"azure-appconfiguration==1.8.0",
"azure-identity==1.25.3",
"azure-monitor-opentelemetry==1.8.7",
"azure-search-documents==11.7.0b2",
"azure-storage-blob==12.28.0",
"azure-storage-queue==12.15.0",
"fastapi[standard]==0.135.3",
"httpx==0.28.1",
"pydantic-settings==2.13.1",
"python-dotenv==1.2.2",
"python-multipart==0.0.27",
"protobuf==7.34.0",
"sas-cosmosdb==0.1.5",
"semantic-kernel[azure]==1.41.1",
"uvicorn==0.42.0",
]
[dependency-groups]
dev = ["pytest>=9.0.3", "pytest-cov>=6.2.1", "pytest-asyncio>=0.23.0"]
[tool.coverage.run]
omit = ["src/tests/*"]
[tool.uv]
override-dependencies = [
"av==16.0.0",
"starlette==0.49.1",
"aiohttp==3.13.4",
"azure-core==1.38.0",
"urllib3==2.7.0",
"requests==2.33.0",
"werkzeug==3.1.6",
"pygments==2.20.0",
"black==26.3.1",
"cryptography==46.0.7",
"pyjwt==2.12.0",
"pyopenssl==26.0.0",
"idna==3.15",
]