From 6a3f486bdcfd49210e603ad3296f6d07c86b1082 Mon Sep 17 00:00:00 2001 From: Deomid Ryabkov Date: Sat, 29 Sep 2018 13:00:12 +0300 Subject: [PATCH] Change python-future to 0.15.2 (again) Merges https://github.com/espressif/esp-idf/pull/2492 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index be2fdd5af6..7051195975 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ setuptools # Please keep it as the first item of this list. # pyserial>=3.0 -future>=0.16.0 +future>=0.15.2 cryptography