vollerei/pyproject.toml
tretrauit 70eb0e9443 feat: add hi3 stub
HI3 isn't working atm, don't expect too much
2024-02-06 11:48:16 +07:00

28 lines
566 B
TOML

[tool.poetry]
name = "vollerei"
version = "0.1.0"
description = "An open-source launcher for anime games"
authors = ["tretrauit <tretrauit@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
platformdirs = "^3.5.1"
requests = "^2.31.0"
cleo = "^2.1.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.3.1"
pre-commit = "^3.3.3"
[tool.poetry.group.cli.dependencies]
tqdm = "^4.65.0"
[tool.poetry.scripts]
vollerei = 'vollerei.cli:run'
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"