mirror of
https://github.com/lorsanstand/Aether.git
synced 2026-06-19 12:05:16 +03:00
41 lines
1.1 KiB
TOML
Executable File
41 lines
1.1 KiB
TOML
Executable File
[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)",
|
|
"pydantic-settings (>=2.12.0,<3.0.0)",
|
|
"alembic (>=1.17.2,<2.0.0)",
|
|
"colorlog (>=6.10.1,<7.0.0)",
|
|
"asyncpg (>=0.31.0,<0.32.0)",
|
|
"redis (>=7.1.0,<8.0.0)",
|
|
"passlib[bcrypt] (>=1.7.4,<2.0.0)",
|
|
"python-jose (>=3.5.0,<4.0.0)",
|
|
"celery (>=5.6.1,<6.0.0)",
|
|
"bcrypt (<4.1)",
|
|
"pytest (>=9.0.2,<10.0.0)",
|
|
"aiobotocore (>=3.1.0,<4.0.0)",
|
|
"types-aiobotocore[essential] (>=3.1.0,<4.0.0)",
|
|
"websockets (>=16.0,<17.0)",
|
|
"prometheus-fastapi-instrumentator (>=7.1.0,<8.0.0)",
|
|
"python-logging-loki (>=0.3.1,<0.4.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry]
|
|
name = "aetherbackend"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["stasstrochewskij@gmail.com"]
|
|
package-mode = false # <--- Добавь это
|