We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a65058 + dc0dc03 commit 30739a5Copy full SHA for 30739a5
pkgs/development/python-modules/litellm/default.nix
@@ -8,6 +8,7 @@
8
buildPythonPackage,
9
click,
10
cryptography,
11
+ email-validator,
12
fastapi,
13
fastapi-sso,
14
fetchFromGitHub,
@@ -32,6 +33,7 @@
32
33
rq,
34
tiktoken,
35
tokenizers,
36
+ uvloop,
37
uvicorn,
38
}:
39
@@ -56,6 +58,7 @@ buildPythonPackage rec {
56
58
dependencies = [
57
59
aiohttp
60
click
61
+ email-validator
62
importlib-metadata
63
jinja2
64
jsonschema
@@ -80,6 +83,7 @@ buildPythonPackage rec {
80
83
python-multipart
81
84
pyyaml
82
85
rq
86
+ uvloop
87
uvicorn
88
];
89
extra_proxy = [
0 commit comments