build: switch to pyproject

This commit is contained in:
sgqy
2025-01-26 21:45:55 +09:00
parent 4ab43dae24
commit c7ff5c2c5c
7 changed files with 369 additions and 353 deletions

View File

@ -5,16 +5,18 @@ description = "nhentai doujinshi downloader"
authors = ["Ricter Z <ricterzheng@gmail.com>"]
license = "MIT"
readme = "README.rst"
include = ["nhentai/viewer/**"]
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.28.2"
soupsieve = "^2.4"
beautifulsoup4 = "^4.11.2"
requests = "^2.32.3"
soupsieve = "^2.6"
beautifulsoup4 = "^4.12.3"
tabulate = "^0.9.0"
iso8601 = "^1.1.0"
urllib3 = "^1.26.14"
httpx = "0.27.2"
urllib3 = "^1.26.20"
httpx = "^0.28.1"
[build-system]