[tool.poetry] name = "clockblocker_bot" version = "0.1.0" description = "" authors = ["Pavel Kirilin <win10@list.ru>"] [tool.poetry.dependencies] python = "^3.9" Telethon = "^1.24.0" httpx = "^0.21.1" Flask = "^2.0.2" black = "^21.12b0" pre-commit = "^2.16.0" pydantic = "^1.8.2" python-dotenv = "^0.19.2" [tool.poetry.dev-dependencies] pytest = "^5.2" [tool.poetry.scripts] start_bot = "clockblocker_bot.initializator:main" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"