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
This commit is contained in:
parent
68abf06905
commit
d61b1c7adc
|
@ -34,7 +34,7 @@ pathlib>=1.0
|
||||||
pathlib2>=2.3.0
|
pathlib2>=2.3.0
|
||||||
Pillow>=3.0
|
Pillow>=3.0
|
||||||
pyang>=1.7.2,<2.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
|
pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors
|
||||||
python-dateutil>=2.2
|
python-dateutil>=2.2
|
||||||
python-magic>=0.4.6
|
python-magic>=0.4.6
|
||||||
|
|
Loading…
Reference in a new issue