diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2023-10-19 00:18:14 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2023-10-19 00:18:14 -0700 |
commit | 770d34113daa4ff8cb6fc6fa2ddaa37351750060 (patch) | |
tree | f46f44d93e6d58bf168d30b8359bf73f86a73094 /server/pyproject.toml | |
parent | 2128f5fe9386dcf2f0597c8035f951c5b60d7562 (diff) | |
download | sncontinue-770d34113daa4ff8cb6fc6fa2ddaa37351750060.tar.gz sncontinue-770d34113daa4ff8cb6fc6fa2ddaa37351750060.tar.bz2 sncontinue-770d34113daa4ff8cb6fc6fa2ddaa37351750060.zip |
cleanup server
Diffstat (limited to 'server/pyproject.toml')
-rw-r--r-- | server/pyproject.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/server/pyproject.toml b/server/pyproject.toml index 4085306d..2f0701d8 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -6,10 +6,10 @@ authors = ["Nate Sesti <sestinj@gmail.com>"] readme = "README.md" [tool.poetry.dependencies] +aiohttp = "^3.8.6" python = "^3.8.1" fastapi = "^0.95.1" typer = "^0.7.0" -openai = "^0.27.5" boltons = "^23.0.0" pydantic = "^1.10.7" uvicorn = "^0.21.1" @@ -22,7 +22,6 @@ 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" psutil = "^5.9.5" pygithub = "^1.59.0" @@ -30,10 +29,8 @@ meilisearch-python-async = "^1.4.8" socksio = "^1.0.0" ripgrepy = "^2.0.0" bs4 = "^0.0.1" -replicate = "^0.11.0" redbaron = "^0.9.2" python-lsp-server = "^1.7.4" -huggingface-hub = "^0.16.4" [tool.poetry.scripts] typegen = "continuedev.models.generate_json_schema:main" |