diff pyproject.toml @ 8:f23b21bd0fce

apex search
author drewp@bigasterisk.com
date Sun, 07 Jul 2024 16:26:56 -0700
parents 0e33c65f1904
children d1b54241a731
line wrap: on
line diff
--- a/pyproject.toml	Sat Jul 06 16:45:19 2024 -0700
+++ b/pyproject.toml	Sun Jul 07 16:26:56 2024 -0700
@@ -15,6 +15,9 @@
     "nltk>=3.8.1",
     "langchain>=0.2.6",
     "fastapi>=0.111.0",
+    "apex-search>=0.0.2",
+    "tantivy>=0.22.0",
+    "markdownify>=0.12.1",
 ]
 requires-python = ">=3.11"
 readme = "README.md"