22 lines
472 B
TOML
22 lines
472 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 = [
|
|
"pyrogram (>=2.0.106,<3.0.0)",
|
|
"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)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|