Add missing pyyaml dependency

It worked without this because we got the pyyaml dependency transitively but
we should declare it directly since it is a direct dependency.
This commit is contained in:
Jean-Paul Calderone 2023-03-26 11:49:17 -04:00
parent 77d34374d1
commit 226da2fb2a

View File

@ -34,6 +34,7 @@ let
magic-wormhole magic-wormhole
netifaces netifaces
psutil psutil
pyyaml
pycddl pycddl
pyrsistent pyrsistent
pyutil pyutil