mirror of
https://github.com/koloideal/DutyLog.git
synced 2026-06-10 10:25:29 +03:00
32 lines
571 B
TOML
32 lines
571 B
TOML
[project]
|
|
name = "dutylog"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
authors = [
|
|
{ name = "kolo", email = "kolo.is.main@gmail.com" }
|
|
]
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"aiogram>=3.25.0",
|
|
"aiogram-dialog>=2.5.0",
|
|
"asyncpg>=0.31.0",
|
|
"dishka>=1.8.0",
|
|
]
|
|
|
|
[project.scripts]
|
|
dutylog = "dutylog:main"
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.9.0,<0.10.0"]
|
|
build-backend = "uv_build"
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"alembic>=1.18.4",
|
|
"watchfiles>=1.1.1",
|
|
]
|
|
|
|
[tool.pyright]
|
|
typeCheckingMode = "standard"
|