pgbot/pyproject.toml

16 lines
311 B
TOML

[project]
name = "pgbot"
version = "0.1.0"
description = "not applicable"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiocron>=1.8",
"bs4>=0.0.2",
"fake-headers>=1",
"psycopg[binary]>=3.2",
"pytz>=2024.2",
"pyyaml>=6",
"requests>=2.32",
"telethon>=1.37",
]