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:
@@ -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$'
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user