Update setup.py

This commit is contained in:
Otto Winter 2019-01-23 12:25:27 +01:00 committed by GitHub
parent b219641676
commit fd37b5dcd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ GITHUB_URL = 'https://github.com/{}'.format(GITHUB_PATH)
DOWNLOAD_URL = '{}/archive/{}.zip'.format(GITHUB_URL, const.__version__)
REQUIRES = [
'esptool>=2.3.1',
'esptool==2.5.1',
'requests',
]