[tool.poetry] name = "nhentai" version = "0.6.0-beta" description = "nhentai doujinshi downloader" authors = ["Ricter Z "] 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'