mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
39 lines
724 B
Text
39 lines
724 B
Text
# Ensure all versions are pinned for repeatability,
|
|
# since `--system-site-packages` is enabled
|
|
|
|
blessings == 1.6
|
|
distro == 1.4
|
|
mach == 1.0.0
|
|
mozdebug == 0.2
|
|
mozinfo == 1.1.0
|
|
mozlog == 5.0
|
|
setuptools == 39.0
|
|
toml == 0.9.2
|
|
|
|
# For Python linting
|
|
flake8 == 3.8.3
|
|
pep8 == 1.5.7
|
|
pyflakes == 2.2.0
|
|
|
|
# For buildbot checking
|
|
voluptuous == 0.10.5
|
|
PyYAML == 4.2b1
|
|
|
|
# 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
|
|
|
|
# For Python3 compatibility
|
|
six == 1.12
|
|
|
|
-e python/tidy
|