|
[tool.poetry] |
|
name = "huggingface-datasets-jglue" |
|
version = "0.1.0" |
|
description = "" |
|
authors = ["Shunsuke KITADA <shunsuke.kitada.0831@gmail.com>"] |
|
readme = "README.md" |
|
packages = [] |
|
|
|
[tool.poetry.dependencies] |
|
python = "^3.9" |
|
datasets = "^2.10.0" |
|
beautifulsoup4 = "^4.11.2" |
|
mecab-python3 = "^1.0.6" |
|
pyknp = "^0.6.1" |
|
mojimoji = "^0.0.12" |
|
|
|
|
|
[tool.poetry.group.dev.dependencies] |
|
black = "^23.1.0" |
|
isort = "^5.12.0" |
|
flake8 = "^6.0.0" |
|
mypy = "^1.0.1" |
|
pytest = "^7.2.1" |
|
|
|
[build-system] |
|
requires = ["poetry-core"] |
|
build-backend = "poetry.core.masonry.api" |
|
|