29 lines
738 B
TOML
29 lines
738 B
TOML
[project]
|
|
name = "scrapper-tg-bot"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "harold",email = "tihon414@gmail.com"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.11, <4.0"
|
|
dependencies = [
|
|
"tgcrypto (>=1.2.5,<2.0.0)",
|
|
"kurigram (>=2.1.37,<3.0.0)",
|
|
"httpx (>=0.28.1,<0.29.0)",
|
|
"groq (>=0.15.0,<0.16.0)",
|
|
"sqlalchemy (>=2.0.37,<3.0.0)",
|
|
"pydantic-settings (>=2.7.1,<3.0.0)",
|
|
"redis (>=5.2.1,<6.0.0)",
|
|
"google-generativeai (>=0.8.4,<0.9.0)",
|
|
"faststream[rabbitmq] (>=0.5.34,<0.6.0)",
|
|
"asyncpg (>=0.30.0,<0.31.0)",
|
|
"aio-pika (>=9.5.4,<10.0.0)",
|
|
"pyrogram (>=2.0.106,<3.0.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|