mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 03:14:53 +00:00
nix: client depends on aiohttp
This probably worked before the nixpkgs bump because a dependency propagated aiohttp.
This commit is contained in:
parent
40a4f9b5ea
commit
1495616b8b
@ -1,6 +1,7 @@
|
||||
{
|
||||
buildPythonPackage,
|
||||
poetry-core,
|
||||
aiohttp,
|
||||
huggingface-hub,
|
||||
pydantic,
|
||||
}:
|
||||
@ -15,6 +16,7 @@ buildPythonPackage {
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
huggingface-hub
|
||||
pydantic
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user