[tool.poetry] name = "ocab" version = "0.1.0" description = "" license = "GPL-3.0-only" authors = ["Семён Фомченков "] maintainers = [ "Илья Женецкий ", "qualimock ", "Кирилл Уницаев fiersik.kouji@yandex.ru", ] readme = "README.md" repository = "https://gitflic.ru/project/armatik/ocab" [tool.poetry.dependencies] python = "^3.11.6" aiogram = "^3.2.0" peewee = "^3.17.0" pyyaml = "^6.0.1" requests = "^2.31.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"