Do not pin pyserial to one specific version.

This commit is contained in:
Johan Bloemberg 2016-11-08 10:21:59 +01:00
parent 9ee62f5228
commit 726ca507f7
No known key found for this signature in database
GPG Key ID: B1AE6948ED49BB55

View File

@ -7,7 +7,7 @@ setup(
version='0.1',
packages=find_packages(),
install_requires=[
'pyserial>=3.2.1',
'pyserial>=3,<4',
'pytz'
],
entry_points={