view contrib/automation/linux-requirements.txt.in @ 42695:3495edddc78d

automation: update packages in requirements files We like keeping up to date. The content of the autogenerated files changed slightly because I used a newer version of `pip-compile` than what was used previously. Differential Revision: https://phab.mercurial-scm.org/D6714
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 03 Aug 2019 14:17:41 -0700
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