Fixes from testrun
This commit is contained in:
@@ -1115,7 +1115,7 @@ class CalibreDB:
|
|||||||
.group_by(text('books_languages_link.lang_code')).all()
|
.group_by(text('books_languages_link.lang_code')).all()
|
||||||
tags = list()
|
tags = list()
|
||||||
for lang in languages:
|
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]])
|
tags.append([tag, lang[1]])
|
||||||
# Append all books without language to list
|
# Append all books without language to list
|
||||||
if not return_all_languages:
|
if not return_all_languages:
|
||||||
|
|||||||
@@ -33,12 +33,12 @@ dependencies = [
|
|||||||
"Flask>=1.0.2,<3.2.0",
|
"Flask>=1.0.2,<3.2.0",
|
||||||
"iso-639>=0.4.5,<0.5.0;python_version<'3.12'",
|
"iso-639>=0.4.5,<0.5.0;python_version<'3.12'",
|
||||||
"pycountry>=20.0.0,<27.0.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",
|
"pytz>=2016.10",
|
||||||
"requests>=2.32.0,<2.33.0",
|
"requests>=2.32.0,<2.33.0",
|
||||||
"SQLAlchemy>=1.3.0,<2.1.0",
|
"SQLAlchemy>=1.3.0,<2.1.0",
|
||||||
"tornado>=6.4.2,<6.6",
|
"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",
|
"unidecode>=0.04.19,<1.5.0",
|
||||||
"lxml>=4.9.1,<5.4.0",
|
"lxml>=4.9.1,<5.4.0",
|
||||||
"flask-wtf>=0.14.2,<1.3.0",
|
"flask-wtf>=0.14.2,<1.3.0",
|
||||||
@@ -51,7 +51,7 @@ dependencies = [
|
|||||||
"python-magic>=0.4.27,<0.5.0",
|
"python-magic>=0.4.27,<0.5.0",
|
||||||
"python-magic-bin>=0.4.0,<0.5.0;sys_platform=='win32'",
|
"python-magic-bin>=0.4.0,<0.5.0;sys_platform=='win32'",
|
||||||
"flask-httpAuth>=4.4.0,<5.0.0",
|
"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",
|
"certifi>=2024.7.4,<2026.1.5",
|
||||||
]
|
]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user