diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-08-07 14:58:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-07 14:58:20 -0700 |
commit | 18779801745502236aea94c679f07cc8f19d4824 (patch) | |
tree | 23eb48bca803d21c39958917dab7d5c95cbb3b83 /continuedev/pyproject.toml | |
parent | 40da28cb297daa8476b602ab4a5c61bc0ffa3b08 (diff) | |
parent | 9801b50192ca661972d5b2997028db3cd0725fb7 (diff) | |
download | sncontinue-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.toml | 1 |
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" |