mirror of
https://github.com/koloideal/DutyLog.git
synced 2026-06-10 10:25:29 +03:00
35 lines
651 B
TOML
35 lines
651 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",
|
|
"openpyxl>=3.1.5",
|
|
]
|
|
|
|
[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",
|
|
"jurigged>=0.6.1",
|
|
"watchdog[watchmedo]>=6.0.0",
|
|
"watchfiles>=1.1.1",
|
|
]
|
|
|
|
[tool.pyright]
|
|
typeCheckingMode = "standard"
|