This repository has been archived on 2024-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
Auberge_Vagabonde/pyproject.toml

34 lines
728 B
TOML

[tool.poetry]
name = "auberge-vagabonde"
version = "0.1.0"
description = "Convert The Wandering Inn Into Ebooks"
authors = ["Xéfir Destiny <xefir@crystalyx.net>"]
license = "WTFPL"
[tool.poetry.dependencies]
python = "^3.8.1"
beautifulsoup4 = "^4.12.3"
lxml = "^5.1.0"
pillow = "^10.2.0"
pypub3 = "^1.0.2"
requests = "^2.31.0"
[tool.poetry.group.dev.dependencies]
black = "^24.1.0"
flake8 = "^7.0.0"
flake8-alphabetize = "^0.0.21"
flake8-black = "^0.3.6"
flake8-pyproject = "^1.2.3"
mypy = "^1.8.0"
types-beautifulsoup4 = "^4.12"
types-lxml = "^2024.0.0"
types-pillow = "^10.2"
types-requests = "^2.31"
[tool.flake8]
max-line-length = 100
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"