diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-17 19:25:32 -0500 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-17 19:25:32 -0500 |
commit | d9c1261e80485585ed9c3ca472e86864213f63c1 (patch) | |
tree | d206edb74222a55bd3d1d479b8a66b1e83d0597c /continuedev/pyproject.toml | |
parent | 66850f2aa71789264d177fb6e0a620355138477d (diff) | |
parent | 56c4b2abeb03ded8cb72cad6594ae2f92566f7d5 (diff) | |
download | sncontinue-d9c1261e80485585ed9c3ca472e86864213f63c1.tar.gz sncontinue-d9c1261e80485585ed9c3ca472e86864213f63c1.tar.bz2 sncontinue-d9c1261e80485585ed9c3ca472e86864213f63c1.zip |
Merge branch 'main' of github.com:continuedev/continue
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] |