From d61b1c7adc30c7567676777468e9fc4529a1f897 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 29 Jul 2017 10:46:32 +0000 Subject: [PATCH] Increased the minimum pyflakes version; at least 0.9.2 is needed to deal correctly with the global declaration list in meeting migration 0056. - Legacy-Id: 14001 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 947eccc2c..3c6bc9894 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ pathlib>=1.0 pathlib2>=2.3.0 Pillow>=3.0 pyang>=1.7.2,<2.0 -pyflakes>=0.8.1 +pyflakes>=0.9.2 pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors python-dateutil>=2.2 python-magic>=0.4.6