1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-09-05 04:17:56 +00:00

Add certifi to requirements for Mac computer (fix for #3385)

This commit is contained in:
Ozzie Isaacs
2025-08-24 11:02:31 +02:00
parent 776eeccc67
commit 0bfe6de62a
2 changed files with 2 additions and 1 deletions

View File

@@ -172,7 +172,7 @@ BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, d
'series_id, languages, publisher, pubdate, identifiers')
# python build process likes to have x.y.zbw -> b for beta and w a counting number
STABLE_VERSION = '0.6.25'
STABLE_VERSION = '0.6.26b'
NIGHTLY_VERSION = dict()
NIGHTLY_VERSION[0] = '$Format:%H$'

View File

@@ -24,3 +24,4 @@ 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,<45.0.0
certifi>=2024.7.4,<2025.8.24