Mercurial > hg
view contrib/automation/linux-requirements.txt.in @ 43016:92c8bae84e7a
automation: increase size of Linux AMI build volume
I ran out of space attempting to build a few AMIs. Let's give
the environment an extra 2 GB to utilize.
Differential Revision: https://phab.mercurial-scm.org/D6915
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 29 Sep 2019 11:06:45 -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