mirror of
https://github.com/NoCLin/LightMirrors
synced 2025-12-16 14:10:27 +08:00
18 lines
321 B
TOML
18 lines
321 B
TOML
[tool.poetry]
|
|
name = "light-mirrors"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["'Anonymous' <'<>'>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
fastapi = "^0.109.0"
|
|
uvicorn = "^0.27.0.post1"
|
|
httpx = "^0.26.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|