mirror of
https://github.com/hyugogirubato/cbz.git
synced 2026-09-26 13:31:00 +00:00
more flexible dependencies
This commit is contained in:
+5
-5
@@ -30,11 +30,11 @@ include = [
|
|||||||
"Changelog" = "https://github.com/hyugogirubato/cbz/blob/main/CHANGELOG.md"
|
"Changelog" = "https://github.com/hyugogirubato/cbz/blob/main/CHANGELOG.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = ">=3.8"
|
||||||
xmltodict = "^0.13.0"
|
xmltodict = ">=0.13.0"
|
||||||
langcodes = "^3.4.0"
|
langcodes = ">=3.4.0"
|
||||||
Pillow = "^10.4.0"
|
Pillow = ">=10.4.0"
|
||||||
PyMuPDF = "^1.24.7"
|
PyMuPDF = ">=1.24.7"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
cbzplayer = "cbz.__main__:main"
|
cbzplayer = "cbz.__main__:main"
|
||||||
|
|||||||
Reference in New Issue
Block a user