From fd37b5dcd16bbff7d94f6ee3f69d23a07d650b2a Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Wed, 23 Jan 2019 12:25:27 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b79b419..73edf91 100644 --- a/setup.py +++ b/setup.py @@ -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', ]