Optimized search query

This commit is contained in:
Ozzie Isaacs
2025-12-05 16:33:30 +01:00
parent ca63d343bd
commit d2015dd998
3 changed files with 2456 additions and 321 deletions

View File

@@ -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",