Skip to content

Commit 30739a5

Browse files
authored
python3Packages.litellm: add missing optional dependencies for proxy (#388249)
2 parents 4a65058 + dc0dc03 commit 30739a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/python-modules/litellm/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
buildPythonPackage,
99
click,
1010
cryptography,
11+
email-validator,
1112
fastapi,
1213
fastapi-sso,
1314
fetchFromGitHub,
@@ -32,6 +33,7 @@
3233
rq,
3334
tiktoken,
3435
tokenizers,
36+
uvloop,
3537
uvicorn,
3638
}:
3739

@@ -56,6 +58,7 @@ buildPythonPackage rec {
5658
dependencies = [
5759
aiohttp
5860
click
61+
email-validator
5962
importlib-metadata
6063
jinja2
6164
jsonschema
@@ -80,6 +83,7 @@ buildPythonPackage rec {
8083
python-multipart
8184
pyyaml
8285
rq
86+
uvloop
8387
uvicorn
8488
];
8589
extra_proxy = [

0 commit comments

Comments
 (0)