Files
nosibakabot/bot/pyproject.toml
2024-11-19 18:00:11 +03:00

15 lines
328 B
TOML

[project]
name = "bot"
version = "0.1.0"
description = "Bot that warns users about si= in yt links and offers a clear links"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.10.10",
"asyncio>=3.4.3",
"psycopg2-binary>=2.9.10",
"pyTelegramBotAPI==4.23.0",
"sqlalchemy>=2.0.36",
]