gecko-dev/servo/python/requirements.txt
Josh Matthews 46bde0fb69 servo: Merge #19728 - Update web-platform-tests (from servo:wptup); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 94b188d6c137a2502a29d00a7669a2d674e9693f

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 1f3b3a487503abff3891a745a74735a294e47ba2
2018-01-09 12:38:08 -06:00

36 lines
666 B
Plaintext

# Ensure all versions are pinned for repeatability,
# since `--system-site-packages` is enabled
blessings == 1.6
mach == 0.6.0
mozdebug == 0.1
mozinfo == 0.8
mozlog == 3.6
setuptools == 18.5
toml == 0.9.2
# For Python linting
flake8 == 2.4.1
pep8 == 1.5.7
pyflakes == 0.8.1
# For buildbot checking
voluptuous == 0.10.5
PyYAML == 3.12
# For test-webidl
ply == 3.8
# For Cross-platform colored terminal text
colorama == 0.3.7
# For package uploading
boto3 == 1.4.4
# Default root CAs on Windows CI do not trust CloudFront certificates,
# connecting to https://static.rust-lang.org would fail:
# https://github.com/servo/servo/pull/18942
certifi
-e python/tidy