servo/python/requirements.txt
delan azabani 68a76baea3
Devtools: add automated test for Debugger > Sources (#36401)
This patch adds our first automated test for devtools, covering the
changes in #36164. These tests are not run in CI yet, but you can run
them as follows:

```sh
$ ./mach build --release
$ ./mach test-devtools
```

Testing: this patch adds automated tests!
Start of: #36325

---------

Signed-off-by: Delan Azabani <dazabani@igalia.com>
Co-authored-by: atbrakhi <atbrakhi@igalia.com>
Co-authored-by: Aria Edmonds <aria@ar1as.space>
2025-05-07 10:43:18 +00:00

42 lines
688 B
Text

# 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 == 70.0.0
toml == 0.9.2
# For Python linting
flake8 == 7.0.0
pep8 == 1.5.7
pyflakes == 3.2.0
# For test-webidl
ply == 3.8
# For Cross-platform colored terminal text
colorama == 0.3.7
# For package uploading
boto3 == 1.34.95
pyOpenSSL == 23.0.0
PyGithub == 1.58.1
# For Python3 compatibility
six == 1.16
# For sending build notifications.
notify-py == 0.3.43
# 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