mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Add pyserial to install_requires (#348)
This commit is contained in:
parent
7ced977f2a
commit
70016d7641
2 changed files with 2 additions and 0 deletions
|
@ -7,3 +7,4 @@ tornado>=5.0.0
|
|||
esptool>=2.3.1
|
||||
typing>=3.0.0
|
||||
protobuf>=3.4
|
||||
pyserial>=3.4,<4
|
||||
|
|
1
setup.py
1
setup.py
|
@ -32,6 +32,7 @@ REQUIRES = [
|
|||
'typing>=3.0.0;python_version<"3.5"',
|
||||
'protobuf>=3.4',
|
||||
'tzlocal>=1.4',
|
||||
'pyserial>=3.4,<4',
|
||||
]
|
||||
|
||||
CLASSIFIERS = [
|
||||
|
|
Loading…
Reference in a new issue