view contrib/automation/linux-requirements.txt.in @ 43061:b61324854e93

contrib: allow trailing commas in lists black manages this for us, so we don't need to worry about this anymore. Differential Revision: https://phab.mercurial-scm.org/D6977
author Augie Fackler <augie@google.com>
date Sat, 05 Oct 2019 10:47:28 -0400
parents 65b3ef162b39
children 0d2393fc1cf8
line wrap: on
line source

# Bazaar doesn't work with Python 3 nor PyPy.
bzr ; python_version <= '2.7' and platform_python_implementation == 'CPython'
docutils
fuzzywuzzy
pyflakes
pygments
pylint
# Needed to avoid warnings from fuzzywuzzy.
python-Levenshtein
# typed-ast dependency doesn't install on PyPy.
typed-ast ; python_version >= '3.0' and platform_python_implementation != 'PyPy'
vcrpy