Fix python dependencies for Fedora 43
This commit is contained in:
parent
714784223a
commit
34871b72e2
2 changed files with 4 additions and 4 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
|
@ -673,5 +673,5 @@ zstd = ["backports-zstd (>=1.0.0)"]
|
|||
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.10,<3.14"
|
||||
content-hash = "47aedd5e946e101c3c5c8aaefa53752f61715109c0aaac0e05114f77f1f334a3"
|
||||
python-versions = ">=3.10,<3.15"
|
||||
content-hash = "fcec974441087eecefc0adcd76be7f798447ea69b9216296fc347a4e3b6dafba"
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ packages = [{ include = "bouquin" }]
|
|||
include = ["bouquin/locales/*.json", "bouquin/keys/mig5.asc", "bouquin/fonts/NotoSansSymbols2-Regular.ttf", "bouquin/fonts/OFL.txt"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.10,<3.14"
|
||||
pyside6 = ">=6.8.1,<7.0.0"
|
||||
python = ">=3.10,<3.15"
|
||||
pyside6 = ">=6.10.1,<7.0.0"
|
||||
bouquin-sqlcipher4 = "^4.16.0"
|
||||
requests = "^2.32.3"
|
||||
markdown = "^3.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue