-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (33 loc) · 785 Bytes
/
Copy pathpyproject.toml
File metadata and controls
34 lines (33 loc) · 785 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 = "2025-06-13-fastapi-reusable"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13,<3.14"
dependencies = [
"aiohttp>=3.12.13",
"azure-ai-documentintelligence>=1.0.2",
"fastapi>=0.115.12",
"httpx>=0.28.1",
"jinja2>=3.1.6",
"logging>=0.4.9.6",
"psutil>=7.0.0",
"pypdf>=5.6.0",
"pytest>=8.4.0",
"python-dotenv>=1.1.0",
"python-multipart>=0.0.20",
"tiktoken>=0.9.0",
"uvicorn>=0.34.3",
"transformers>=4.36.0",
"torch>=2.1.0",
"faker>=20.1.0",
"pip>=25.1.1",
"python-dateutil>=2.9.0.post0",
"llm-guard>=0.3.16",
"docling-core[chunking-openai]>=2.39.0",
]
[dependency-groups]
dev = [
"pytest-asyncio>=1.0.0",
"reportlab>=4.4.2",
]