Files
Aether/backend/pyproject.toml
T
lorsan d438f7bf5b Init poetry and create base structure
Init poetry and create base structure
2025-12-14 13:04:58 +03:00

19 lines
389 B
TOML

[project]
name = "aetherbackend"
version = "0.1.0"
description = ""
authors = [
{name = "lorsan",email = "stasstrochewskij@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard] (>=0.124.4,<0.125.0)",
"sqlalchemy (>=2.0.45,<3.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"