Files
Otkritiebot/pyproject.toml
Verum 02afbd23ec
Some checks failed
CI / Lint (ruff + mypy) (push) Failing after 34s
CI / Run tests (push) Has been skipped
CI / Docker build test (push) Successful in 13s
123
2026-04-02 18:04:04 +07:00

19 lines
373 B
TOML

[project]
name = "session-status-bot"
version = "0.1.0"
description = "Aiogram bot for updating channel session statuses"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiogram>=3.21.0,<4.0.0",
"python-dotenv>=1.0.1,<2.0.0",
]
[project.optional-dependencies]
dev = [
"pytest>=8.3.0,<9.0.0",
]
[tool.pytest.ini_options]
pythonpath = ["src"]