Update pyproject.toml

Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
Kaveen Kumarasinghe 2 years ago committed by GitHub
parent 35aa95f9a1
commit d6fd52dd66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"]
python = ["39"]

Loading…
Cancel
Save