| [tool.poetry] | |
| name = "huggingface-datasets-cocoa" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Shunsuke KITADA <[email protected]>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.9" | |
| datasets = { extras = ["vision"], version = "^2.14.4" } | |
| pycocotools = "^2.0.7" | |
| [tool.poetry.group.dev.dependencies] | |
| ruff = "^0.0.287" | |
| black = "^23.7.0" | |
| mypy = "^1.5.1" | |
| pytest = "^7.4.1" | |
| [tool.ruff] | |
| line-length = 170 | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |