njbbaer / unicorn-remote

Control your Unicorn HAT LED matrix from the web
MIT License
38 stars 6 forks source link

Add psutil as requirement #7

Closed ferazambuja closed 6 years ago

ferazambuja commented 6 years ago

Cool project. It needs to add https://github.com/giampaolo/psutil as a requirement since the CPU update. 👍

njbbaer commented 6 years ago

Hi @ferazambuja, thanks for taking an interest in this project!

You're right, I forgot to add psutil to the requirements.txt. I can fix it, or if you're feeling adventurous you can make the change yourself and submit a pull request.

njbbaer commented 6 years ago

The psutil requirement has been added in PR #8 when switching over to the Pipfile format for managing dependencies.