[code-quality] question on flake8 @2.5.4: pyflakes version constraint

2016-03-14 Thread petr
Hi, The current flake8 constrains the version of pyflakes to < 1.1 ("pyflakes >= 0.8.1, < 1.1”). Now, pyflakes was updated to 1.1. So could the requirements constraint of flake8 be bumped safely? Thanks! ~petr ___ code-quality mailing list code-qual

Re: [code-quality] question on flake8 @2.5.4: pyflakes version constraint

2016-03-14 Thread Ian Cordasco
On Sun, Mar 13, 2016 at 6:05 PM, petr wrote: > Hi, > > The current flake8 constrains the version of pyflakes to < 1.1 ("pyflakes >= > 0.8.1, < 1.1”). Now, pyflakes was updated to 1.1. So could the requirements > constraint of flake8 be bumped safely? > > Thanks! > ~petr Hi petr, This is planne