Linting and tpyo

This commit is contained in:
Johan Bloemberg
2016-11-12 01:36:36 +01:00
parent 9363840042
commit e3c8c92198
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ setup(
packages=find_packages(),
install_requires=[
'pyserial>=3,<4',
'pyserial-asyncio<1'
'pyserial-asyncio<1',
'pytz'
],
entry_points={