diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-08-03 01:16:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-03 01:16:34 -0700 |
commit | 9c3f3e1aadddc0f77736a0078a204f7ab082be8d (patch) | |
tree | 19941667006e92ee3204c9d76f13521bd27621f2 /continuedev/pyproject.toml | |
parent | 9c07a0ee6cc4eb12518ecab894b197562837e737 (diff) | |
parent | 01ea5e221db410c1ac1e138caa80a6385458fe9b (diff) | |
download | sncontinue-9c3f3e1aadddc0f77736a0078a204f7ab082be8d.tar.gz sncontinue-9c3f3e1aadddc0f77736a0078a204f7ab082be8d.tar.bz2 sncontinue-9c3f3e1aadddc0f77736a0078a204f7ab082be8d.zip |
Merge pull request #337 from continuedev/package-python
Package python
Diffstat (limited to 'continuedev/pyproject.toml')
-rw-r--r-- | continuedev/pyproject.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml index d7505e2b..7355beb0 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -7,7 +7,6 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8.1" -diff-match-patch = "^20230430" fastapi = "^0.95.1" typer = "^0.7.0" openai = "^0.27.5" @@ -18,7 +17,6 @@ python-dotenv = "^1.0.0" nest-asyncio = "^1.5.6" websockets = "^11.0.2" urllib3 = "1.26.15" -gpt-index = "^0.6.8" posthog = "^3.0.1" tiktoken = "^0.4.0" jsonref = "^1.1.0" |