diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-16 00:21:56 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-16 00:21:56 -0700 |
commit | 868e0b7ef5357b89186119c3c2fa8bd427b8db30 (patch) | |
tree | 46c7cc8d6bae7fdbcbcec341e9b9e6f789f96de0 /continuedev/pyproject.toml | |
parent | 71a869bda2018d8fcfff56f7eccfff2943c30ee0 (diff) | |
download | sncontinue-868e0b7ef5357b89186119c3c2fa8bd427b8db30.tar.gz sncontinue-868e0b7ef5357b89186119c3c2fa8bd427b8db30.tar.bz2 sncontinue-868e0b7ef5357b89186119c3c2fa8bd427b8db30.zip |
Anthropic support
Diffstat (limited to 'continuedev/pyproject.toml')
-rw-r--r-- | continuedev/pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml index 6727e29a..08c3fd04 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Nate Sesti <sestinj@gmail.com>"] readme = "README.md" [tool.poetry.dependencies] -python = "^3.8" +python = "^3.8.1" diff-match-patch = "^20230430" fastapi = "^0.95.1" typer = "^0.7.0" @@ -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" [tool.poetry.scripts] typegen = "src.continuedev.models.generate_json_schema:main" |