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/poetry.lock | |
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/poetry.lock')
-rw-r--r-- | continuedev/poetry.lock | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/continuedev/poetry.lock b/continuedev/poetry.lock index 9569f19e..7c347488 100644 --- a/continuedev/poetry.lock +++ b/continuedev/poetry.lock @@ -1265,6 +1265,16 @@ socks = ["PySocks (>=1.5.6,!=1.5.7)"] use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] +name = "ripgrepy" +version = "2.0.0" +description = "" +optional = false +python-versions = "*" +files = [ + {file = "ripgrepy-2.0.0.tar.gz", hash = "sha256:6dd871bafe859301097354d1f171540fbc9bd38d3f8f52f8a196dc28522085da"}, +] + +[[package]] name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" @@ -1767,4 +1777,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "482e5ed42e46d4b422302ab5718a52c6765f5471155ee8ba0885f9436a5be565" +content-hash = "aacc9ed670fbe067caccc88bf35f1a36541ed3b9446f64fdff7f36fe9b7b558a" |