From f53768612b1e2268697b5444e502032ef9f3fb3c Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 23 May 2023 23:45:12 -0400 Subject: copying from old repo --- continuedev/pyproject.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 continuedev/pyproject.toml (limited to 'continuedev/pyproject.toml') diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml new file mode 100644 index 00000000..5c224c9c --- /dev/null +++ b/continuedev/pyproject.toml @@ -0,0 +1,25 @@ +[tool.poetry] +name = "continuedev" +version = "0.1.0" +description = "" +authors = ["Nate Sesti "] +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.9" +fastapi = "^0.95.1" +typer = "^0.7.0" +openai = "^0.27.5" +boltons = "^23.0.0" +pydantic = "^1.10.7" +uvicorn = "^0.21.1" +python-dotenv = "^1.0.0" +nest-asyncio = "^1.5.6" +websockets = "^11.0.2" +urllib3 = "1.26.15" +gpt-index = "^0.6.8" +setuptools = "^67.7.2" + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" -- cgit v1.2.3-70-g09d2