| [tool.poetry] | |
| name = "huggingface-datasets-cocostuff" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Shunsuke KITADA <[email protected]>"] | |
| readme = "README.md" | |
| packages = [] | |
| [tool.poetry.dependencies] | |
| python = "^3.8" | |
| datasets = "^2.6.1" | |
| pillow = "^9.3.0" | |
| [tool.poetry.group.dev.dependencies] | |
| black = "^22.10.0" | |
| isort = "^5.10.1" | |
| flake8 = "^5.0.4" | |
| mypy = "^0.982" | |
| pytest = "^7.2.0" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |