mirror of
https://github.com/janeczku/calibre-web
synced 2025-09-10 23:06:01 +00:00
Uodate optional-requirements.txt
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.25b'
|
||||
STABLE_VERSION = '0.6.26b'
|
||||
|
||||
NIGHTLY_VERSION = dict()
|
||||
NIGHTLY_VERSION[0] = '$Format:%H$'
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# GDrive Integration
|
||||
google-api-python-client>=1.7.11,<2.200.0
|
||||
google-api-python-client>=2.73.00,<2.200.0
|
||||
gevent>20.6.0,<24.12.0
|
||||
greenlet>=0.4.17,<3.3.0
|
||||
httplib2>=0.9.2,<0.23.0
|
||||
@@ -7,13 +7,13 @@ oauth2client>=4.0.0,<4.1.4
|
||||
uritemplate>=3.0.0,<4.3.0
|
||||
pyasn1-modules>=0.0.8,<0.7.0
|
||||
pyasn1>=0.1.9,<0.7.0
|
||||
PyDrive2>=1.3.1,<1.22.0
|
||||
PyDrive2>=1.15.0,<1.22.0
|
||||
PyYAML>=3.12,<6.1
|
||||
rsa>=3.4.2,<4.10.0
|
||||
|
||||
# Gmail
|
||||
google-auth-oauthlib>=0.4.3,<1.3.0
|
||||
google-api-python-client>=1.7.11,<2.200.0
|
||||
google-auth-oauthlib>=1.0.0,<1.3.0
|
||||
google-api-python-client>=2.73.00,<2.200.0
|
||||
|
||||
# goodreads
|
||||
goodreads>=0.3.2,<0.4.0
|
||||
|
@@ -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