python311Packages.litellm: refactor

This commit is contained in:
Fabian Affolter 2024-03-24 16:35:40 +01:00 committed by GitHub
parent 2cee7b9ab1
commit b10f0b93e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -49,11 +49,11 @@ buildPythonPackage rec {
rm -rf dist
'';
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
aiohttp
click
importlib-metadata