mirror of
https://github.com/lorsanstand/Aether.git
synced 2026-06-19 12:05:16 +03:00
d438f7bf5b
Init poetry and create base structure
19 lines
389 B
TOML
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"
|