summaryrefslogtreecommitdiff
path: root/continuedev/pyproject.toml
diff options
context:
space:
mode:
authorNate Sesti <33237525+sestinj@users.noreply.github.com>2023-06-25 13:50:23 -0700
committerGitHub <noreply@github.com>2023-06-25 13:50:23 -0700
commit5419dde036428d7b74063aaffb053c6a28d00483 (patch)
tree445b9839396e8000b0fabd14fb7f4294730fb0c9 /continuedev/pyproject.toml
parent3f1123095d2ee652b1db239d325aa74f5acfb0cf (diff)
parent4b394e96a57e0a018cb815e929bf28b445e17ae0 (diff)
downloadsncontinue-5419dde036428d7b74063aaffb053c6a28d00483.tar.gz
sncontinue-5419dde036428d7b74063aaffb053c6a28d00483.tar.bz2
sncontinue-5419dde036428d7b74063aaffb053c6a28d00483.zip
Merge pull request #153 from continuedev/function-calling
Function calling
Diffstat (limited to 'continuedev/pyproject.toml')
-rw-r--r--continuedev/pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml
index bbd8a687..64d88b8c 100644
--- a/continuedev/pyproject.toml
+++ b/continuedev/pyproject.toml
@@ -22,6 +22,8 @@ gpt-index = "^0.6.8"
posthog = "^3.0.1"
tiktoken = "^0.4.0"
jsonref = "^1.1.0"
+jsonschema = "^4.17.3"
+directory-tree = "^0.0.3.1"
[tool.poetry.scripts]
typegen = "src.continuedev.models.generate_json_schema:main"