Files
servo/python/requirements.txt
Martin Robinson 9d9c5d3ca9 Vendor mozdebug and stop using distutils (#30659)
The version of `mozdebug` installable via pip is two years old and
Mozilla is slow to release new versions. It also uses `distutils` which
doesn't work on newer Python versions. Vendor it and stop using
`distutils` there.
2023-10-31 09:42:14 +00:00

37 lines
626 B
Plaintext

# Ensure all versions are pinned for repeatability,
# since `--system-site-packages` is enabled
blessings == 1.7
distro == 1.4
mozinfo == 1.2.1
mozlog == 7.1.0
setuptools == 65.5.1
toml == 0.9.2
dataclasses == 0.8; python_version < "3.7"
# 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.26.127
PyGithub == 1.58.1
# For Python3 compatibility
six == 1.15
# For sending build notifications.
notify-py == 0.3.42
# For wpt scripts and their tests.
flask
requests
types-requests