10 lines
418 B
Plaintext
10 lines
418 B
Plaintext
|
# These requirements are for the Fabric commands that support devops tasks for PyBitmessage, not for running
|
||
|
# PyBitmessage itself.
|
||
|
# TODO: Consider moving to an extra_requires group in setup.py
|
||
|
|
||
|
pycodestyle==2.3.1 # https://github.com/PyCQA/pycodestyle/issues/741
|
||
|
flake8
|
||
|
pylint
|
||
|
-e git://github.com/hhatto/autopep8.git@ver1.2.2#egg=autopep8 # Needed for fixing E712
|
||
|
pep8 # autopep8 doesn't seem to like pycodestyle
|