mirror of
https://github.com/esphome/esphome-flasher.git
synced 2025-01-07 19:28:49 +01:00
Update setup.py
This commit is contained in:
parent
b219641676
commit
fd37b5dcd1
2
setup.py
2
setup.py
@ -22,7 +22,7 @@ GITHUB_URL = 'https://github.com/{}'.format(GITHUB_PATH)
|
|||||||
DOWNLOAD_URL = '{}/archive/{}.zip'.format(GITHUB_URL, const.__version__)
|
DOWNLOAD_URL = '{}/archive/{}.zip'.format(GITHUB_URL, const.__version__)
|
||||||
|
|
||||||
REQUIRES = [
|
REQUIRES = [
|
||||||
'esptool>=2.3.1',
|
'esptool==2.5.1',
|
||||||
'requests',
|
'requests',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user