From da4fd05469625e2b090d7a7b7dcdee1f1b21d24a Mon Sep 17 00:00:00 2001 From: "MisterYsLab@gmail.com" Date: Thu, 21 Apr 2016 16:49:09 -0400 Subject: [PATCH] Updated setup.py to bring in latest versions of --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84c9e86..e3b0495 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name='pymata-aio', version='2.12', packages=['pymata_aio'], - install_requires=['pyserial==3.0.1', 'autobahn[asyncio]===0.10.4'], + install_requires=['pyserial==2.7', 'autobahn[asyncio]==0.10.4'], url='https://github.com/MrYsLab/pymata-aio/wiki', download_url='https://github.com/MrYsLab/pymata-aio', license='GNU General Public License v3 (GPLv3)',