JDocQA / pyproject.toml
shunk031's picture
Initialize (#1)
0c12e64 unverified
raw
history blame
No virus
534 Bytes
[tool.poetry]
name = "huggingface-datasets-jdocqa"
version = "0.1.0"
description = ""
authors = ["Shunsuke KITADA <shunsuke.kitada.0831@gmail.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.9"
datasets = { extras = ["vision"], version = ">=1.0.0" }
[tool.poetry.group.dev.dependencies]
ruff = ">=0.1.5"
mypy = ">=1.0.0"
pytest = ">=6.0.0"
[tool.mypy]
python_version = "3.9"
ignore_missing_imports = true
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"