LightMirrors/mirrors/pyproject.toml
2024-02-24 10:09:14 +08:00

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"