From 4e07f8306c855be768d435baac68f14a6bca547b Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Wed, 28 Dec 2016 23:27:59 +0100 Subject: Add serial communication --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index facc0a5..886c2d6 100644 --- a/setup.py +++ b/setup.py @@ -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", -- cgit v1.2.1