We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 3d2b7cc
import requests
server/sigmatcp.py
The text was updated successfully, but these errors were encountered:
Add missing dependency requests
4bac235
Resolves hifiberry#20 Signed-off-by: Sami Salonen <[email protected]>
Successfully merging a pull request may close this issue.
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 3d2b7ccThe text was updated successfully, but these errors were encountered: