summaryrefslogtreecommitdiff
path: root/continuedev/pyproject.toml
diff options
context:
space:
mode:
authorNate Sesti <33237525+sestinj@users.noreply.github.com>2023-08-07 14:58:20 -0700
committerGitHub <noreply@github.com>2023-08-07 14:58:20 -0700
commit18779801745502236aea94c679f07cc8f19d4824 (patch)
tree23eb48bca803d21c39958917dab7d5c95cbb3b83 /continuedev/pyproject.toml
parent40da28cb297daa8476b602ab4a5c61bc0ffa3b08 (diff)
parent9801b50192ca661972d5b2997028db3cd0725fb7 (diff)
downloadsncontinue-18779801745502236aea94c679f07cc8f19d4824.tar.gz
sncontinue-18779801745502236aea94c679f07cc8f19d4824.tar.bz2
sncontinue-18779801745502236aea94c679f07cc8f19d4824.zip
Merge pull request #354 from continuedev/search
SearchContextProvider
Diffstat (limited to 'continuedev/pyproject.toml')
-rw-r--r--continuedev/pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml
index e2011081..f640c749 100644
--- a/continuedev/pyproject.toml
+++ b/continuedev/pyproject.toml
@@ -28,6 +28,7 @@ psutil = "^5.9.5"
pygithub = "^1.59.0"
meilisearch-python-async = "^1.4.8"
socksio = "^1.0.0"
+ripgrepy = "^2.0.0"
[tool.poetry.scripts]
typegen = "src.continuedev.models.generate_json_schema:main"