python3Packages.huggingface-hub: add missing pyyaml dependency

This commit is contained in:
Jonathan Ringer 2021-11-30 09:23:14 -08:00
parent df82ec2ad0
commit 2b3c4986d8
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

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