10 lines
208 B
TOML
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",
|
|
]
|