forked from altamino/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (35 loc) · 751 Bytes
/
Copy pathpyproject.toml
File metadata and controls
36 lines (35 loc) · 751 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
35
36
[project]
name = "api"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiofiles>=25.1.0",
"asyncio>=4.0.0",
"boto3>=1.42.75",
"brotli-asgi>=1.6.0",
"certifi>=2026.2.25",
"cloudstile>=2.0.2",
"cryptography>=49.0.0",
"fastapi>=0.135.2",
"jinja2>=3.1.6",
"marshmallow<4.0",
"motor>=3.7.1",
"mutagen>=1.47.0",
"numpy>=2.4.3",
"opencv-contrib-python-headless>=4.13.0.92",
"orjson>=3.11.7",
"pillow>=12.1.1",
"pyyaml>=6.0.3",
"redis>=7.4.0",
"redmail>=0.6.0",
"requests>=2.32.5",
"uvicorn>=0.42.0",
"websockets>=16.0",
]
[dependency-groups]
dev = [
"ruff>=0.15.10",
"ty>=0.0.29",
]