mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python311Packages.litellm: use pyproject = true
This commit is contained in:
parent
6fde7581b3
commit
f63ae38014
1 changed files with 2 additions and 3 deletions
|
@ -12,15 +12,14 @@
|
|||
, certifi
|
||||
, appdirs
|
||||
, aiohttp
|
||||
, httpx
|
||||
}:
|
||||
let
|
||||
version = "1.22.3";
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage {
|
||||
pname = "litellm";
|
||||
format = "pyproject";
|
||||
inherit version;
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "BerriAI";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue