mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-04 18:50:27 +02:00
29 lines
567 B
TOML
29 lines
567 B
TOML
[tool.poetry]
|
|
name = "nhentai"
|
|
version = "0.6.0-beta"
|
|
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.32.3"
|
|
soupsieve = "^2.6"
|
|
beautifulsoup4 = "^4.12.3"
|
|
tabulate = "^0.9.0"
|
|
iso8601 = "^1.1.0"
|
|
urllib3 = "^1.26.20"
|
|
httpx = "^0.28.1"
|
|
|
|
|
|
chardet = "^5.2.0"
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.scripts]
|
|
nhentai = 'nhentai.command:main'
|