This commit is contained in:
Timothy Jaeryang Baek 2025-11-13 19:14:00 -05:00
parent 64747f7f79
commit 5d4134ba77
2 changed files with 7 additions and 8 deletions

View file

@ -75,7 +75,6 @@ validators==0.35.0
psutil
sentencepiece
soundfile==0.13.1
azure-ai-documentintelligence==1.0.2
pillow==11.3.0
opencv-python-headless==4.11.0.86
@ -85,7 +84,6 @@ rank-bm25==0.2.2
onnxruntime==1.20.1
faster-whisper==1.1.1
black==25.9.0
youtube-transcript-api==1.2.2
pytube==15.0.0
@ -93,6 +91,11 @@ pytube==15.0.0
pydub
ddgs==9.0.0
azure-ai-documentintelligence==1.0.2
azure-identity==1.25.0
azure-storage-blob==12.24.1
azure-search-documents==11.6.0
## Google Drive
google-api-python-client
google-auth-httplib2
@ -101,10 +104,6 @@ google-auth-oauthlib
googleapis-common-protos==1.70.0
google-cloud-storage==2.19.0
azure-identity==1.25.0
azure-storage-blob==12.24.1
pymongo
psycopg2-binary==2.9.10
pgvector==0.4.1

View file

@ -86,7 +86,6 @@ dependencies = [
"sentencepiece",
"soundfile==0.13.1",
"azure-ai-documentintelligence==1.0.2",
"azure-search-documents>=11.4.0",
"pillow==11.3.0",
"opencv-python-headless==4.11.0.86",
@ -150,9 +149,10 @@ all = [
"pymilvus==2.6.2",
"pinecone==6.0.2",
"oracledb==3.2.0",
"colbert-ai==0.2.21",
"firecrawl-py==4.5.0",
"azure-search-documents==11.6.0",
]
[project.scripts]