mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
python311Packages.litellm: use pyproject = true
This commit is contained in:
parent
6fde7581b3
commit
f63ae38014
@ -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…
Reference in New Issue
Block a user