Add pyserial to install_requires (#348)

This commit is contained in:
Robert Schütz 2019-01-17 09:40:31 +01:00 committed by Otto Winter
parent 7ced977f2a
commit 70016d7641
2 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,4 @@ tornado>=5.0.0
esptool>=2.3.1
typing>=3.0.0
protobuf>=3.4
pyserial>=3.4,<4

View File

@ -32,6 +32,7 @@ REQUIRES = [
'typing>=3.0.0;python_version<"3.5"',
'protobuf>=3.4',
'tzlocal>=1.4',
'pyserial>=3.4,<4',
]
CLASSIFIERS = [