[tool.poetry] | |
name = "xd-violence" | |
version = "0.1.0" | |
description = "" | |
authors = ["hongjiaherng <jiaherng2001@gmail.com>"] | |
license = "MIT" | |
readme = "README.md" | |
packages = [{include = "xd_violence"}] | |
[tool.poetry.dependencies] | |
python = "^3.11" | |
datasets = "^2.15.0" | |
huggingface-hub = "^0.19.4" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |