[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", ]