more flexible dependencies

This commit is contained in:
hyugogirubato
2024-12-22 12:03:39 +01:00
parent a46bae2e2d
commit c4169ebb84
+5 -5
View File
@@ -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"