mirror of
https://github.com/esphome/esphome.git
synced 2024-11-26 00:48:19 +01:00
Add cryptography requirement to the setup.py file (#1116)
This commit is contained in:
parent
417a3cdf51
commit
0e5e559283
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -33,6 +33,7 @@ REQUIRES = [
|
||||||
'pytz==2020.1',
|
'pytz==2020.1',
|
||||||
'pyserial==3.4',
|
'pyserial==3.4',
|
||||||
'ifaddr==0.1.6',
|
'ifaddr==0.1.6',
|
||||||
|
'cryptography==2.9.2',
|
||||||
]
|
]
|
||||||
|
|
||||||
# If you have problems importing platformio and esptool as modules you can set
|
# If you have problems importing platformio and esptool as modules you can set
|
||||||
|
|
Loading…
Reference in a new issue