-
Notifications
You must be signed in to change notification settings - Fork 193
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (45 loc) · 1.12 KB
/
pyproject.toml
File metadata and controls
47 lines (45 loc) · 1.12 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
[project]
name = "contentprocessorapi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"azure-appconfiguration==1.8.0",
"azure-identity==1.26.0b2",
"azure-storage-blob==12.30.0b1",
"azure-storage-queue==12.17.0b1",
"certifi==2026.4.22",
"fastapi[standard]==0.136.1",
"poppler-utils==0.1.0",
"pydantic==2.13.3",
"pydantic-settings==2.14.0",
"pygments==2.20.0",
"pymongo==4.17.0",
"python-dotenv==1.2.2",
"python-multipart==0.0.27",
"starlette==1.0.0",
"uvicorn[standard]==0.46.0",
"h11==0.16.0",
"urllib3~=2.7.0",
"opentelemetry-api==1.40.0",
"sas-cosmosdb==0.1.5",
"azure-monitor-events-extension>=0.1.0",
"azure-monitor-opentelemetry==1.8.7",
"cryptography==47.0.0",
"pyjwt==2.12.1",
"jsonschema==4.25.1",
]
[dependency-groups]
dev = [
"black==26.3.1",
"pytest==9.0.3",
"pytest-asyncio==1.3.0",
"pytest-cov==7.1.0",
"pytest-mock==3.15.1",
"coverage==7.13.5",
"pre-commit==4.6.0",
"ruff==0.15.12",
]
[tool.ruff.format]
line-ending = "auto"