diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-07-17 14:55:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 14:55:28 -0700 |
commit | 56c4b2abeb03ded8cb72cad6594ae2f92566f7d5 (patch) | |
tree | 5a8def36aff5571d3d43b512eac35bb8f72cda8a /continuedev/pyproject.toml | |
parent | d0dc7811eb71d9d53055a1aa684827502748b794 (diff) | |
parent | a0d5cf94c8bef5726dd23711ddbef58813f42fc2 (diff) | |
download | sncontinue-56c4b2abeb03ded8cb72cad6594ae2f92566f7d5.tar.gz sncontinue-56c4b2abeb03ded8cb72cad6594ae2f92566f7d5.tar.bz2 sncontinue-56c4b2abeb03ded8cb72cad6594ae2f92566f7d5.zip |
Merge pull request #283 from continuedev/anthropic
Anthropic
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 3077de1c..6a646cbe 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -24,6 +24,7 @@ tiktoken = "^0.4.0" jsonref = "^1.1.0" jsonschema = "^4.17.3" directory-tree = "^0.0.3.1" +anthropic = "^0.3.4" chevron = "^0.14.0" [tool.poetry.scripts] |