-
Notifications
You must be signed in to change notification settings - Fork 184
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (33 loc) · 796 Bytes
/
pyproject.toml
File metadata and controls
34 lines (33 loc) · 796 Bytes
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
[project]
name = "contentprocessorapi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"azure-appconfiguration>=1.7.1",
"azure-identity>=1.20.0",
"azure-storage-blob>=12.24.1",
"azure-storage-queue>=12.12.0",
"certifi>=2024.12.14",
"fastapi[standard]>=0.115.7",
"poppler-utils>=0.1.0",
"pydantic>=2.10.6",
"pydantic-settings>=2.8.0",
"pygments>=2.19.1",
"pymongo>=4.11.1",
"python-dotenv>=1.0.1",
"starlette>=0.49.1",
"uvicorn[standard]>=0.34.0",
"h11==0.16.0",
"urllib3==2.6.3",
]
[dependency-groups]
dev = [
"pytest>=8.3.4",
"pytest-cov>=6.0.0",
"pytest-mock>=3.14.0",
"coverage>=7.6.10",
"pre-commit>=4.1.0",
"ruff>=0.9.3",
]