mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 11:24: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,
|
buildPythonPackage,
|
||||||
poetry-core,
|
poetry-core,
|
||||||
|
aiohttp,
|
||||||
huggingface-hub,
|
huggingface-hub,
|
||||||
pydantic,
|
pydantic,
|
||||||
}:
|
}:
|
||||||
@ -15,6 +16,7 @@ buildPythonPackage {
|
|||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
aiohttp
|
||||||
huggingface-hub
|
huggingface-hub
|
||||||
pydantic
|
pydantic
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user