Optimized search query
This commit is contained in:
@@ -53,6 +53,7 @@ dependencies = [
|
||||
"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",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
@@ -69,7 +70,7 @@ content-type = "text/markdown"
|
||||
|
||||
[project.optional-dependencies]
|
||||
gdrive = [
|
||||
"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",
|
||||
@@ -77,13 +78,13 @@ gdrive = [
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user