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"]