diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-12 10:50:33 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-12 10:50:33 -0700 |
commit | 40ba9eaf82a1386ccacf5046c072df3d131d5284 (patch) | |
tree | bf2267e7d1abd34b408265bec8c8c189366bec32 /continuedev/pyproject.toml | |
parent | af34f8eae701a875a2a85fca29ffc0d88deb1400 (diff) | |
download | sncontinue-40ba9eaf82a1386ccacf5046c072df3d131d5284.tar.gz sncontinue-40ba9eaf82a1386ccacf5046c072df3d131d5284.tar.bz2 sncontinue-40ba9eaf82a1386ccacf5046c072df3d131d5284.zip |
calculate diff and highlight changes
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 631742ec..7315e79d 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -7,6 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.9" +diff-match-patch = "^20230430" fastapi = "^0.95.1" typer = "^0.7.0" openai = "^0.27.5" |