[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" [tool.poetry.group.dev.dependencies] flake8 = "^7.1.0" black = "^24.4.2" isort = "^5.13.2" bandit = "^1.7.9" pre-commit = "^3.7.1" [tool.black] line-length = 88 [tool.isort] profile = "black" line_length = 88 multi_line_output = 3 skip_gitignore = true [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"