From: Deomid Ryabkov Date: Tue, 18 Sep 2018 12:38:34 +0000 (+0300) Subject: Downgrade python-future required version to 0.15.2 X-Git-Tag: v3.2-beta1~133^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9999720ed07191a6036f7e66d9ae872a67ca4a36;p=esp-idf Downgrade python-future required version to 0.15.2 It works fine and this way python-future from Ubuntu 16.04 and 18.04 can be used. --- diff --git a/requirements.txt b/requirements.txt index d51dda4731..af3e5e7ea0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ setuptools # Please keep it as the first item of this list. # pyserial>=3.0 -future>=0.16.0 +future>=0.15.2