pyproject.toml
943 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
37
38
39
40
41
42
43
44
[tool.poetry]
package-mode = false
name = "front-backend-zimage"
version = "0.1.0"
description = "Frontend and Backend for zImage"
authors = ["ly0303521 <449043172@qq.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "3.13.11"
annotated-doc = "0.0.4"
annotated-types = "0.7.0"
anyio = "4.12.0"
certifi = "2026.1.4"
charset-normalizer = "3.4.4"
click = "8.3.1"
fastapi = "0.128.0"
h11 = "0.16.0"
httpcore = "1.0.9"
httpx = "0.28.1"
idna = "3.11"
numpy = "2.4.1"
opencv-python = "4.13.0.90"
pillow = "12.1.0"
pydantic = "2.12.5"
pydantic-core = "2.41.5"
python-multipart = "0.0.21"
requests = "2.32.5"
starlette = "0.50.0"
typing-inspection = "0.4.2"
typing-extensions = "4.15.0"
urllib3 = "2.6.3"
uvicorn = "0.40.0"
uvloop = "0.22.1"
[[tool.poetry.source]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/"
priority = "primary"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"