blob: 30b3073281f4d2eba51bc238329e051719f1d1de (
plain)
1
2
3
4
5
6
7
8
|
flake8==3.9.2
coverage==6.0
python-coveralls==2.9.3
radon==5.1.0
flake8-polyfill==1.0.2 # Required when installing both flake8 and radon>=4.3.1
pytest==6.2.5;
pylint==2.11.1;
-e .
|