From 0fa000543fd07039f0e33674d32dc473d5dc8701 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Thu, 26 Nov 2020 08:35:05 +0700 Subject: [PATCH] tools: fix python requirement for click --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd16e8e02b..55add808eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ setuptools>=21 # The setuptools package is required to install source distributions and on some systems is not installed by default. # Please keep it as the first item of this list. Version 21 is required to handle PEP 508 environment markers. # -click>=5.0 +click>=7.0 pyserial>=3.0 future>=0.15.2 cryptography>=2.1.4