allenporter / python-google-nest-sdm

Home Page:https://allenporter.github.io/python-google-nest-sdm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Declare missing dependency: PyYaml

ncouture opened this issue · comments

pip install git+https://github.com/allenporter/python-google-nest-sdm does not install PyYaml.

pip install google-nest-sdm does not install PyYaml.

Looks like the yaml dependency was added in the command line tool that ships as part of the library in #3

One angle to consider is that this is "just" for the command line tool so its kind of a shame to introduce the dependency for the common case of packaging this as a library, but that said pyyaml is a common dependency.

Anyway, i'll send a PR to fix.