From fabc6f8f041d78643c90d1796f09e8e0832277a7 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 13 Jun 2020 21:37:07 +0000 Subject: [PATCH] Changed the required version of pyflakes to one that supports ANNASSIGN (python annotated assignments, now used in the code) - Legacy-Id: 17982 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ecaeab5e2..ad8a21b6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ pathlib2>=2.3.0 Pillow>=3.0 #pip==9.0.1 # Earlier pip has issues, 9.0.2 and 9.0.3, 10.0.0b1 leaves dross when down- and up-grading packages pyang>=1.7.2 -pyflakes>=0.9.2 +pyflakes>=1.5.0 pyopenssl>=17.5.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency pyquery>=1.3.0 python-dateutil>=2.4