We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3643533 commit e364916Copy full SHA for e364916
pyproject.toml
@@ -50,6 +50,7 @@ dependencies = [
50
"pymongo==4.6.3",
51
"gitpython==3.1.42",
52
"stringzilla==3.8.4",
53
+ "tantivy==0.22.0",
54
"tree-sitter==0.21.0",
55
"tree-sitter-python==0.21.0",
56
"tree-sitter-javascript==0.21.0",
requirements.txt
@@ -548,6 +548,7 @@ starlette==0.36.3
548
# prometheus-fastapi-instrumentator
549
stringzilla==3.8.4
550
tabulate==0.9.0
551
+tantivy==0.22.0
552
tenacity==8.2.3
553
# via voyageai
554
terminado==0.18.1
0 commit comments