This commit is contained in:
2026-01-28 11:30:30 +03:00
commit 641b88138d
18 changed files with 1655 additions and 0 deletions

14
pyproject.toml Normal file
View File

@ -0,0 +1,14 @@
[project]
name = "bdbot"
version = "0.1.0"
description = "Telegram bot for tracking birthdays and sending themed greetings"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pyTelegramBotAPI >= 4.30.0",
"SQLAlchemy >= 2.0.46",
"psycopg2-binary >= 2.9.11",
"python-dotenv >= 1.2.1",
"APScheduler >= 3.11.2",
"pytz >= 2025.2",
]