python311Packages.litellm: use pyproject = true

This commit is contained in:
happysalada 2024-02-05 18:54:48 -05:00
parent 6fde7581b3
commit f63ae38014

View File

@ -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";