Clean up monitoring TG Python adapter
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "parser-tg-bot"
|
||||
version = "0.1.0"
|
||||
description = "Telegram channel parser — periodic polling + storage, future Go microservice"
|
||||
description = "Telegram channel monitoring service with Go API/classifier and Python Telethon adapter"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"telethon>=1.36",
|
||||
@@ -15,7 +15,6 @@ dependencies = [
|
||||
"pydantic-settings>=2.6",
|
||||
"python-dotenv>=1.0",
|
||||
"structlog>=24.4",
|
||||
"httpx>=0.27",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user