26 lines
445 B
TOML
26 lines
445 B
TOML
[project]
|
|
name = "anymusicbot2"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"aiogram>=3.18.0",
|
|
"beanie>=1.29.0",
|
|
"dishka>=1.4.2",
|
|
"faststream[nats]>=0.5.35",
|
|
"pydantic-settings>=2.8.1",
|
|
"rich>=13.9.4",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["src"]
|
|
|
|
[tool.hatch.build.sources]
|
|
"src" = ""
|
|
|
|
[tool.isort]
|
|
profile = "black"
|