tg-channel-analysis/pyproject.toml
2026-02-22 21:33:23 +02:00

10 lines
208 B
TOML

[project]
name = "tg-channel-analyzer"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"aiogram>=3.24,<4",
"telethon>=1.42,<2",
"anthropic>=0.80,<1",
"pydantic-settings>=2.0",
]