Delete pyproject.toml
Browse files- pyproject.toml +0 -24
pyproject.toml
DELETED
|
@@ -1,24 +0,0 @@
|
|
| 1 |
-
[tool.poetry]
|
| 2 |
-
name = "huggingface-datasets-publaynet"
|
| 3 |
-
version = "0.1.0"
|
| 4 |
-
description = ""
|
| 5 |
-
authors = ["Shunsuke KITADA <shunsuke.kitada.0831@gmail.com>"]
|
| 6 |
-
readme = "README.md"
|
| 7 |
-
|
| 8 |
-
[tool.poetry.dependencies]
|
| 9 |
-
python = "^3.9"
|
| 10 |
-
datasets = { extras = ["vision"], version = "^2.14.6" }
|
| 11 |
-
pycocotools = "^2.0.7"
|
| 12 |
-
|
| 13 |
-
[tool.poetry.group.dev.dependencies]
|
| 14 |
-
ruff = "^0.1.1"
|
| 15 |
-
black = "^23.10.1"
|
| 16 |
-
mypy = "^1.6.1"
|
| 17 |
-
pytest = "^7.4.2"
|
| 18 |
-
types-pillow = "^10.1.0.0"
|
| 19 |
-
types-pycocotools = "^2.0.0.4"
|
| 20 |
-
types-tqdm = "^4.66.0.4"
|
| 21 |
-
|
| 22 |
-
[build-system]
|
| 23 |
-
requires = ["poetry-core"]
|
| 24 |
-
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|