view contrib/automation/linux-requirements.txt.in @ 43209:8b355cbef16d

rust-cpython: mark capsule function as unsafe
author Yuya Nishihara <yuya@tcha.org>
date Sun, 13 Oct 2019 16:58:15 +0900
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