From d6fd52dd6661cdc1e4fee7ecfea59b0caa223f22 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Mon, 9 Jan 2023 04:22:03 -0500 Subject: [PATCH] Update pyproject.toml Signed-off-by: Kaveen Kumarasinghe --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 80bf75b..e833dce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,8 @@ dependencies = [ "requests", "transformers", "pycord-multicog", - "aiofiles" + "aiofiles", + "pinecone-client" ] dynamic = ["version"] [project.scripts] @@ -51,4 +52,4 @@ include = [ #packages = ["cogs", "gpt3discord.py", "models"] [[tool.hatch.envs.test.matrix]] -python = ["39"] \ No newline at end of file +python = ["39"]