Auberge_Vagabonde/pyproject.toml

27 lines
517 B
TOML
Raw Normal View History

2023-01-11 13:35:37 +01:00
[tool.poetry]
2025-02-11 22:43:15 +01:00
name = "auberge_vagabonde"
version = "0.0.0"
2023-01-11 13:35:37 +01:00
description = "Convert The Wandering Inn Into Ebooks"
2023-08-11 21:38:18 +02:00
authors = ["Xéfir Destiny <xefir@crystalyx.net>"]
2023-01-11 13:35:37 +01:00
license = "WTFPL"
[tool.poetry.dependencies]
2025-02-11 22:43:15 +01:00
python = "^3.9"
curl_cffi = "^0.9.0b2"
pypub3 = "^2.0.7"
pyxml3 = "^0.0.4"
2023-01-11 13:35:37 +01:00
[tool.poetry.group.dev.dependencies]
2025-02-11 22:43:15 +01:00
mypy = "^1.15.0"
ruff = "^0.9.6"
2024-01-26 11:57:45 +00:00
2025-02-11 22:43:15 +01:00
[tool.mypy]
strict = true
[tool.ruff.lint]
select = ["E", "F", "I", "UP"]
2023-01-11 13:35:37 +01:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"