[tool.poetry] name = "autotex" version = "0.1.0" description = "" authors = ["Pavel Kirilin "] readme = "README.md" [tool.poetry.dependencies] python = "^3.11" aiogram = "^3.10.0" python-dotenv = "^1.0.1" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"