forked from phoenix/litellm-mirror
build(pyproject.toml): add pynacl to extra_proxy deps
Closes https://github.com/BerriAI/litellm/issues/4018
This commit is contained in:
parent
9f230c2822
commit
e01c0d9a44
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ extra_proxy = [
|
|||
"azure-identity",
|
||||
"azure-keyvault-secrets",
|
||||
"google-cloud-kms",
|
||||
"resend"
|
||||
"resend",
|
||||
"pynacl"
|
||||
]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue