mootfrost-dev/backend/pyproject.toml
2023-05-02 22:53:19 +03:00

17 lines
329 B
TOML

[tool.poetry]
name = "app"
version = "0.1.0"
description = ""
authors = ["Mootfrost777 <andrey13102007@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
uvicorn = "^0.22.0"
fastapi = "^0.95.1"
requests = "^2.29.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"