diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-07-26 00:56:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 00:56:29 -0700 |
commit | def8e5612cd4c889a2e26d4152fffcf3d694abdf (patch) | |
tree | ca423625619b9d628651bcc9a395ba8f47fa03a6 /continuedev/pyproject.toml | |
parent | b759e2dbfe36b3e8873527b9736d64866da9b604 (diff) | |
parent | d9a4ed993aad36464776c093333af1a310e5a492 (diff) | |
download | sncontinue-def8e5612cd4c889a2e26d4152fffcf3d694abdf.tar.gz sncontinue-def8e5612cd4c889a2e26d4152fffcf3d694abdf.tar.bz2 sncontinue-def8e5612cd4c889a2e26d4152fffcf3d694abdf.zip |
Merge pull request #297 from continuedev/merge-config-py-TO-main
Merge config py to main
Diffstat (limited to 'continuedev/pyproject.toml')
-rw-r--r-- | continuedev/pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml index 0abc9504..d7505e2b 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -27,6 +27,8 @@ directory-tree = "^0.0.3.1" anthropic = "^0.3.4" chevron = "^0.14.0" psutil = "^5.9.5" +pygithub = "^1.59.0" +meilisearch-python-async = "^1.4.8" [tool.poetry.scripts] typegen = "src.continuedev.models.generate_json_schema:main" |