rabi | d2916d0 | 2017-09-22 18:19:24 +0530 | [diff] [blame] | 1 | # Hacking already pins down pep8, pyflakes and flake8 |
Andreas Jaeger | d74b438 | 2020-04-07 11:44:04 +0200 | [diff] [blame] | 2 | hacking>=2.0,<2.1.0 # Apache-2.0 |
Ghanshyam Mann | fa9f6cc | 2020-07-26 18:44:06 -0500 | [diff] [blame] | 3 | # remove this pyflakes from here once you bump the |
4 | # hacking to 3.2.0 or above. hacking 3.2.0 takes | ||||
5 | # care of pyflakes version compatibilty. | ||||
6 | pyflakes>=2.1.1 | ||||
HeroicHitesh | 67f98f8 | 2021-05-20 12:32:36 +0530 | [diff] [blame] | 7 | stestr>=2.0.0 # Apache-2.0 |