blob: 8948cef5761aa9a5b5cdd77ad0b6e742725eb9ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# 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.3
mozinfo == 1.2.1
mozlog == 7.1.0
setuptools == 50.3.2
toml == 0.9.2
# For Python linting
flake8 == 3.8.3
pep8 == 1.5.7
pyflakes == 2.2.0
# For test-webidl
ply == 3.8
# For Cross-platform colored terminal text
colorama == 0.3.7
# For package uploading
boto3 == 1.17.27
# 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.15
-e python/tidy
|