[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.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"