Merge pull request #46 from wahyd4/feat/add-qdrant-dependencies

feat: add missing dependencies
This commit is contained in:
2026-02-13 18:50:10 +11:00
committed by GitHub
+1
View File
@@ -23,6 +23,7 @@ dependencies = [
"python-magic>=0.4.27",
"pillow~=11.2.1",
"whoosh==2.7.4",
"qdrant-client>=1.13.2",
]
[build-system]