Merge branch 'feature/roll_back_python_future' into 'master'

Downgrade python-future required version to 0.15.2

See merge request idf/esp-idf!3319
This commit is contained in:
Ivan Grokhotkov 2018-09-20 12:05:50 +08:00
commit 7660db290b

View 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