Auberge_Vagabonde/pyproject.toml
2025-02-11 22:43:15 +01:00

27 lines
517 B
TOML

[tool.poetry]
name = "auberge_vagabonde"
version = "0.0.0"
description = "Convert The Wandering Inn Into Ebooks"
authors = ["Xéfir Destiny <xefir@crystalyx.net>"]
license = "WTFPL"
[tool.poetry.dependencies]
python = "^3.9"
curl_cffi = "^0.9.0b2"
pypub3 = "^2.0.7"
pyxml3 = "^0.0.4"
[tool.poetry.group.dev.dependencies]
mypy = "^1.15.0"
ruff = "^0.9.6"
[tool.mypy]
strict = true
[tool.ruff.lint]
select = ["E", "F", "I", "UP"]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"