initial
This commit is contained in:
12
bot/pyproject.toml
Normal file
12
bot/pyproject.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user