1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

Update build scripts

This commit is contained in:
Otto Winter
2020-07-15 01:37:30 +02:00
parent 17b55fc23d
commit 764eb960c6
11 changed files with 110 additions and 114 deletions

View File

@@ -41,7 +41,7 @@ REQUIRES = [
# This means they have to be in your $PATH.
if os.environ.get('ESPHOME_USE_SUBPROCESS') is None:
REQUIRES.extend([
'platformio==4.3.3',
'platformio==4.3.4',
'esptool==2.8',
])