houseabsolute / precious

One code quality tool to rule them all
Apache License 2.0
82 stars 4 forks source link

dependency on itertools is needlessly strict #18

Closed jonassmedegaard closed 2 years ago

jonassmedegaard commented 2 years ago

Please consider relaxing dependency on itertools to allow not only v0.10 but also v0.9 like this - or if for some reason that's not supposed to work then I suggest extending tests to cover that, because it succeeds fine for me (and has helped reduce the need for embedded libraries with the packaging).