Files
dataset-tg-bot/pyproject.toml
Arity-T c289d9c54e feat: add project infrastructure
- Add src/ structure with config and logger modules
- Add .env.example with required environment variables
- Add python-dotenv dependency
- Add TASK.md with implementation roadmap
2026-02-02 20:42:12 +03:00

11 lines
222 B
TOML

[project]
name = "dataset-tg-bot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"python-dotenv>=1.2.1",
"python-telegram-bot>=22.6",
]