diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2016-12-28 23:27:59 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-12-29 03:19:09 +0100 |
commit | 4e07f8306c855be768d435baac68f14a6bca547b (patch) | |
tree | ce7b13e8dd6bfeeece1593d9de5cb89bbb845b08 /setup.py | |
parent | ba2960846e52e9862a7d0aca69c33d29610276bb (diff) | |
download | mp-tool-4e07f8306c855be768d435baac68f14a6bca547b.tar.gz mp-tool-4e07f8306c855be768d435baac68f14a6bca547b.zip |
Add serial communication
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ setup(name='mp-tool', packages=['mp_tool'], scripts=['mp-tool'], url='https://example.com/', - install_requires=['websocket_client==0.40.0'], + install_requires=['websocket_client==0.40.0','pyserial==3.2.1'], tests_require=[], classifiers=[ "Programming Language :: Python", |