mirror of
https://github.com/janeczku/calibre-web
synced 2025-09-11 15:26:00 +00:00
Updated requirements
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# GDrive Integration
|
# GDrive Integration
|
||||||
google-api-python-client>=1.7.11,<2.200.0
|
google-api-python-client>=1.7.11,<2.200.0
|
||||||
gevent>20.6.0,<24.12.0
|
gevent>20.6.0,<24.12.0
|
||||||
greenlet>=0.4.17,<3.2.0
|
greenlet>=0.4.17,<3.3.0
|
||||||
httplib2>=0.9.2,<0.23.0
|
httplib2>=0.9.2,<0.23.0
|
||||||
oauth2client>=4.0.0,<4.1.4
|
oauth2client>=4.0.0,<4.1.4
|
||||||
uritemplate>=3.0.0,<4.2.0
|
uritemplate>=3.0.0,<4.3.0
|
||||||
pyasn1-modules>=0.0.8,<0.7.0
|
pyasn1-modules>=0.0.8,<0.7.0
|
||||||
pyasn1>=0.1.9,<0.7.0
|
pyasn1>=0.1.9,<0.7.0
|
||||||
PyDrive2>=1.3.1,<1.22.0
|
PyDrive2>=1.3.1,<1.22.0
|
||||||
|
@@ -48,11 +48,11 @@ dependencies = [
|
|||||||
"urllib3>=1.22,<3.0",
|
"urllib3>=1.22,<3.0",
|
||||||
"Flask-Limiter>=2.3.0,<3.13.0",
|
"Flask-Limiter>=2.3.0,<3.13.0",
|
||||||
"regex>=2022.3.2,<2025.3.20",
|
"regex>=2022.3.2,<2025.3.20",
|
||||||
"bleach>=6.0.0,<6.2.0",
|
"bleach>=6.0.0,<6.3.0",
|
||||||
"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>=43.0.4,<45.0.0",
|
"cryptography>=39.0.0,<45.0.0",
|
||||||
]
|
]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
@@ -71,10 +71,10 @@ content-type = "text/markdown"
|
|||||||
gdrive = [
|
gdrive = [
|
||||||
"google-api-python-client>=1.7.11,<2.200.0",
|
"google-api-python-client>=1.7.11,<2.200.0",
|
||||||
"gevent>20.6.0,<24.12.0",
|
"gevent>20.6.0,<24.12.0",
|
||||||
"greenlet>=0.4.17,<3.2.0",
|
"greenlet>=0.4.17,<3.3.0",
|
||||||
"httplib2>=0.9.2,<0.23.0",
|
"httplib2>=0.9.2,<0.23.0",
|
||||||
"oauth2client>=4.0.0,<4.1.4",
|
"oauth2client>=4.0.0,<4.1.4",
|
||||||
"uritemplate>=3.0.0,<4.2.0",
|
"uritemplate>=3.0.0,<4.3.0",
|
||||||
"pyasn1-modules>=0.0.8,<0.7.0",
|
"pyasn1-modules>=0.0.8,<0.7.0",
|
||||||
"pyasn1>=0.1.9,<0.7.0",
|
"pyasn1>=0.1.9,<0.7.0",
|
||||||
"PyDrive2>=1.3.1,<1.22.0",
|
"PyDrive2>=1.3.1,<1.22.0",
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user