Closed ssalonen closed 4 years ago
Hi,
noticed that install-dsptoolkit is missing requests python dependency as utilized in hifiberrydsp/server/sigmatcp.py.
install-dsptoolkit
requests
hifiberrydsp/server/sigmatcp.py
Git blame reveals that import requests was introduce to server/sigmatcp.py in https://github.com/hifiberry/hifiberry-dsp/commit/3d2b7cc0aacc39bf0bb2be6814731d3d52f3e7fb
import requests
server/sigmatcp.py
Hi,
noticed that
install-dsptoolkit
is missingrequests
python dependency as utilized inhifiberrydsp/server/sigmatcp.py
.Git blame reveals that
import requests
was introduce toserver/sigmatcp.py
in https://github.com/hifiberry/hifiberry-dsp/commit/3d2b7cc0aacc39bf0bb2be6814731d3d52f3e7fb