livedoor-news-corpus / pyproject.toml
shunk031's picture
Initialize (#1)
cbbad45 unverified
raw
history blame
483 Bytes
[tool.poetry]
name = "huggingface-datasets-livedoor-news-corpus"
version = "0.1.0"
description = ""
authors = ["Shunsuke KITADA <[email protected]>"]
readme = "README.md"
packages = []
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
datasets = "^2.8.0"
[tool.poetry.group.dev.dependencies]
black = "^22.12.0"
isort = "^5.11.4"
flake8 = "^6.0.0"
mypy = "^0.991"
pytest = "^7.2.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"