python3Packages.huggingface-hub: add missing pyyaml dependency

This commit is contained in:
Jonathan Ringer
2021-11-30 18:53:00 -08:00
parent df82ec2ad0
commit 2b3c4986d8
@@ -5,6 +5,7 @@
, filelock
, importlib-metadata
, packaging
, pyyaml
, requests
, ruamel-yaml
, tqdm
@@ -26,6 +27,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
filelock
pyyaml
requests
ruamel-yaml
tqdm