contrib/automation/linux-requirements.txt.in
branchstable
changeset 43400 0d2393fc1cf8
parent 42285 65b3ef162b39
child 45692 9934920af5f7
equal deleted inserted replaced
43399:742065def6ca 43400:0d2393fc1cf8
       
     1 # black pulls in typed-ast, which doesn't install on PyPy.
       
     2 black ; python_version >= '3.6' and platform_python_implementation != 'PyPy'
     1 # Bazaar doesn't work with Python 3 nor PyPy.
     3 # Bazaar doesn't work with Python 3 nor PyPy.
     2 bzr ; python_version <= '2.7' and platform_python_implementation == 'CPython'
     4 bzr ; python_version <= '2.7' and platform_python_implementation == 'CPython'
     3 docutils
     5 docutils
     4 fuzzywuzzy
     6 fuzzywuzzy
     5 pyflakes
     7 pyflakes