fix pyproject.toml

This commit is contained in:
un-pogaz 2025-09-18 12:37:38 +02:00
parent 20dcc7331a
commit 7ac8017524

View File

@ -3,7 +3,7 @@ name = "calibre"
description = "The one stop solution to all your e-book needs"
readme = "README.md"
requires-python = ">=3.10"
license = "GPL-3.0-only"
license = {text="GPL-3.0-only"}
dynamic = ["version"]
dependencies = [
"six == 1.16.0",
@ -76,7 +76,7 @@ requires = [
# Some packages (xxhash/py7zr/etc) erroneously declare this as a dependency even
# though it is needed only for sdist not building wheels
"setuptools_scm == 8.0.3",
"poetry_core 1.7.0", # needed for building zeroconf
"poetry_core == 1.7.0", # needed for building zeroconf
"ply == 3.11", # needed for sip
"sip == 6.10.0",
"PyQt_builder == 1.18.1",