init
This commit is contained in:
commit
ec1112e162
22 changed files with 837 additions and 0 deletions
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue