diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/config/mozbase_requirements.txt | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/config/mozbase_requirements.txt')
-rw-r--r-- | testing/config/mozbase_requirements.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/config/mozbase_requirements.txt b/testing/config/mozbase_requirements.txt new file mode 100644 index 0000000000..21076e199e --- /dev/null +++ b/testing/config/mozbase_requirements.txt @@ -0,0 +1,30 @@ +../tools/mozterm +../tools/geckoprocesstypes_generator + +../mozbase/manifestparser +../mozbase/mozcrash +../mozbase/mozdebug +../mozbase/mozdevice +../mozbase/mozfile +../mozbase/mozgeckoprofiler +../mozbase/mozhttpd +../mozbase/mozinfo +../mozbase/mozinstall +../mozbase/mozleak +../mozbase/mozlog +../mozbase/moznetwork +../mozbase/mozpower +../mozbase/mozprocess +../mozbase/mozprofile +../mozbase/mozproxy +../mozbase/mozrunner +../mozbase/mozscreenshot +../mozbase/moztest +../mozbase/mozversion + +../condprofile; sys_platform != 'darwin' +aiohttp==3.7.4.post0; sys_platform != 'darwin' +https://pypi.pub.build.mozilla.org/pub/arsenic-19.1-py3-none-any.whl; sys_platform != 'darwin' +requests==2.22.0; sys_platform != 'darwin' +pyyaml==5.1.2; sys_platform != 'darwin' +structlog==15.2.0; sys_platform != 'darwin'
\ No newline at end of file |