wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
396 stars 84 forks source link

Requirements in setup.py not declared correctly #14

Closed SpotlightKid closed 7 years ago

SpotlightKid commented 8 years ago

setup.py:

requires=['pyserial', 'colorama', 'websocket_client'],

should be:

install_requires=['pyserial', 'colorama', 'websocket_client'],
wendlers commented 7 years ago

changed with last commit.