Add asyncio reader.

This commit is contained in:
Johan Bloemberg
2016-11-12 01:25:56 +01:00
parent 9da4a3b0e6
commit 4afab70dc0
2 changed files with 47 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ setup(
packages=find_packages(),
install_requires=[
'pyserial>=3,<4',
'pyserial-asyncio<1'
'pytz'
],
entry_points={