pyproject.toml
765 Bytes
[tool.poetry]
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"
click = "8.3.1"
fastapi = "0.128.0"
h11 = "0.16.0"
httpcore = "1.0.9"
httpx = "0.28.1"
idna = "3.11"
pydantic = "2.12.5"
pydantic-core = "2.41.5"
starlette = "0.50.0"
typing-inspection = "0.4.2"
typing-extensions = "4.15.0"
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"