This commit is contained in:
2025-10-03 09:31:12 +07:00
commit 26c59ffb82
15 changed files with 573 additions and 0 deletions

23
pyproject.toml Normal file
View File

@@ -0,0 +1,23 @@
[project]
name = "reklamabot"
version = "0.1.0"
description = "None"
authors = [
{name = "Verum"}
]
license = {text = "MIT License"}
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"loguru (>=0.7.3,<0.8.0)",
"pyrogram (>=2.0.106,<3.0.0)",
"dotenv (>=0.9.9,<0.10.0)",
"python-dotenv (>=1.1.1,<2.0.0)",
"pydantic (>=2.11.9,<3.0.0)",
"pydantic-settings (>=2.11.0,<3.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"