24 lines
521 B
TOML
24 lines
521 B
TOML
[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"
|