Files
nosibakabot/bot/pyproject.toml
2024-11-07 13:46:49 +03:00

13 lines
271 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",
"pyTelegramBotAPI==4.23.0",
]