Michel Roux
2258ad48dd
All checks were successful
continuous-integration/drone/push Build is passing
30 lines
655 B
TOML
30 lines
655 B
TOML
[tool.poetry]
|
|
name = "auberge-vagabonde"
|
|
version = "0.1.0"
|
|
description = "Convert The Wandering Inn Into Ebooks"
|
|
authors = ["Xéfir Destiny"]
|
|
license = "WTFPL"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8.1"
|
|
beautifulsoup4 = "^4.11.2"
|
|
lxml = "^4.9.2"
|
|
pillow = "^9.4.0"
|
|
pypub3 = "^1.0.2"
|
|
requests = "^2.28.2"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
black = "^23.1.0"
|
|
flake8 = "^6.0.0"
|
|
flake8-alphabetize = "^0.0.19"
|
|
flake8-black = "^0.3.6"
|
|
mypy = "^1.0.1"
|
|
types-beautifulsoup4 = "^4.11.6.7"
|
|
types-lxml = "^2023.2.11"
|
|
types-pillow = "^9.4.0.17"
|
|
types-requests = "^2.28.11.15"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|