-
Notifications
You must be signed in to change notification settings - Fork 184
Expand file tree
/
Copy pathpyproject.toml
More file actions
44 lines (42 loc) · 1 KB
/
pyproject.toml
File metadata and controls
44 lines (42 loc) · 1 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
[project]
name = "contentprocessorapi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"azure-appconfiguration==1.7.2",
"azure-identity==1.25.1",
"azure-storage-blob==12.28.0",
"azure-storage-queue==12.15.0",
"certifi==2026.1.4",
"fastapi[standard]==0.128.0",
"poppler-utils==0.1.0",
"pydantic==2.12.5",
"pydantic-settings==2.12.0",
"pygments==2.20.0",
"pymongo==4.16.0",
"python-dotenv==1.2.1",
"python-multipart==0.0.26",
"starlette==0.50.0",
"uvicorn[standard]==0.40.0",
"h11==0.16.0",
"urllib3~=2.6.0",
"opentelemetry-api==1.39.1",
"sas-cosmosdb==0.1.4",
"cryptography==46.0.7",
"pyjwt==2.12.1",
]
[dependency-groups]
dev = [
"black==26.3.1",
"pytest==9.0.3",
"pytest-asyncio==1.3.0",
"pytest-cov==7.0.0",
"pytest-mock==3.15.1",
"coverage==7.13.1",
"pre-commit==4.5.1",
"ruff==0.14.11",
]
[tool.ruff.format]
line-ending = "auto"