This commit is contained in:
Timothy Jaeryang Baek
2026-03-13 20:57:12 -05:00
parent 157ff57c40
commit 6862d618ee
3 changed files with 111 additions and 15 deletions
+4 -2
View File
@@ -77,7 +77,6 @@ dependencies = [
"pymdown-extensions==10.21",
"docx2txt==0.9",
"python-pptx==1.0.2",
"unstructured==0.18.31",
"msoffcrypto-tool==6.0.0",
"nltk==3.9.3",
"Markdown==3.10.2",
@@ -140,12 +139,14 @@ postgres = [
mariadb = [
"mariadb==1.1.14",
]
unstructured = [
"unstructured==0.18.31",
]
all = [
"pymongo",
"psycopg2-binary==2.9.11",
"pgvector==0.4.2",
"mariadb==1.1.14",
"moto[s3]>=5.0.26",
"gcp-storage-emulator>=2024.8.3",
"docker~=7.1.0",
@@ -164,6 +165,7 @@ all = [
"firecrawl-py==4.18.0",
"azure-search-documents==11.6.0",
"unstructured==0.18.31",
]
[project.scripts]