1
0
mirror of https://github.com/janeczku/calibre-web synced 2026-05-08 06:31:23 +00:00

Fixes from testrun

This commit is contained in:
Ozzie Isaacs
2026-04-26 06:49:19 +02:00
parent ba77f41325
commit f4ed816f6e
3 changed files with 2216 additions and 298 deletions

View File

@@ -1115,7 +1115,7 @@ class CalibreDB:
.group_by(text('books_languages_link.lang_code')).all()
tags = list()
for lang in languages:
tag = Category(isoLanguages.get_language_name(get_locale(), None, lang[0].lang_code), lang[0].lang_code)
tag = Category(isoLanguages.get_language_name(get_locale(), lang[0].lang_code), lang[0].lang_code)
tags.append([tag, lang[1]])
# Append all books without language to list
if not return_all_languages:

View File

@@ -33,12 +33,12 @@ dependencies = [
"Flask>=1.0.2,<3.2.0",
"iso-639>=0.4.5,<0.5.0;python_version<'3.12'",
"pycountry>=20.0.0,<27.0.0;python_version>='3.12'",
"PyPDF>=6.1.3,<6.8.0",
"PyPDF>=6.1.3,<6.11.0",
"pytz>=2016.10",
"requests>=2.32.0,<2.33.0",
"SQLAlchemy>=1.3.0,<2.1.0",
"tornado>=6.4.2,<6.6",
"Wand>=0.4.4,<0.7.0",
"Wand>=0.4.4,<0.8.0",
"unidecode>=0.04.19,<1.5.0",
"lxml>=4.9.1,<5.4.0",
"flask-wtf>=0.14.2,<1.3.0",
@@ -51,7 +51,7 @@ dependencies = [
"python-magic>=0.4.27,<0.5.0",
"python-magic-bin>=0.4.0,<0.5.0;sys_platform=='win32'",
"flask-httpAuth>=4.4.0,<5.0.0",
"cryptography>=39.0.0,<47.0.0",
"cryptography>=39.0.0,<48.0.0",
"certifi>=2024.7.4,<2026.1.5",
]
dynamic = ["version"]

File diff suppressed because it is too large Load Diff