Auberge_Vagabonde/pyproject.toml
Renovate Bot da5535b4cf
All checks were successful
books / lint (push) Successful in 1m46s
chore(deps): update dependency ruff to ^0.11.10
2025-05-16 00:03:45 +00:00

29 lines
564 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"
beautifulsoup4 = "^4.13.4"
curl_cffi = "^0.11.1"
pillow = "^11.2.1"
pypub3 = "^2.0.9"
pyxml3 = "^0.0.4"
[tool.poetry.group.dev.dependencies]
mypy = "^1.15.0"
ruff = "^0.11.10"
[tool.mypy]
strict = true
[tool.ruff.lint]
select = ["E", "F", "I", "UP"]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"