]> granicus.if.org Git - esp-idf/commitdiff
Downgrade python-future required version to 0.15.2
authorDeomid Ryabkov <rojer@cesanta.com>
Tue, 18 Sep 2018 12:38:34 +0000 (15:38 +0300)
committerDeomid Ryabkov <rojer@cesanta.com>
Wed, 19 Sep 2018 13:24:10 +0000 (16:24 +0300)
It works fine and this way python-future from Ubuntu 16.04 and 18.04 can be used.

requirements.txt

index d51dda4731aaec4d496d151b085fdee6d4c575ec..af3e5e7ea09b9e263d057f5aa90c0999ca17f603 100644 (file)
@@ -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