view contrib/automation/linux-requirements.txt.in @ 43102:829088e87032

log: populate keywords if specified in custom -Tjson(...) or -Tcbor(...) To make things simple, early return for ui.quiet is disabled if the formatter is templated and provides some datahint().
author Yuya Nishihara <yuya@tcha.org>
date Sun, 06 Oct 2019 14:58:41 -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