mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
Support for sending build notifications was removed in #37818, but the dependency in `requirements.txt` was not removed. This PR fixest that. Testing: This change just removes an unsued build dependency, so no testing is necessary. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
41 lines
668 B
Plaintext
41 lines
668 B
Plaintext
# Ensure all versions are pinned for repeatability,
|
|
# since `--system-site-packages` is enabled
|
|
|
|
blessed == 1.20.0
|
|
distro == 1.4
|
|
mozinfo == 1.2.3
|
|
mozlog == 8.0.0
|
|
setuptools == 78.1.1
|
|
toml == 0.9.2
|
|
|
|
# For Python linting and formatting
|
|
ruff == 0.11.10
|
|
|
|
# For test-webidl
|
|
ply == 3.8
|
|
|
|
# For Cross-platform colored terminal text
|
|
colorama == 0.3.7
|
|
|
|
# For package uploading
|
|
boto3 == 1.34.95
|
|
pyOpenSSL == 24.0.0
|
|
PyGithub == 1.58.1
|
|
|
|
# For Python3 compatibility
|
|
six == 1.16
|
|
|
|
# For wpt scripts and their tests.
|
|
flask
|
|
requests
|
|
types-requests
|
|
|
|
# For mach package on macOS.
|
|
Mako == 1.2.2
|
|
|
|
# For devtools tests.
|
|
geckordp == 1.0.3
|
|
|
|
# For Python static type checking
|
|
pyrefly == 0.23.1
|