tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mach.txt (3842B)


      1 requires-python:>=3.9
      2 pth:build
      3 pth:config
      4 pth:config/mozunit
      5 pth:dom/bindings
      6 pth:dom/bindings/parser
      7 pth:layout/tools/reftest
      8 pth:python/l10n
      9 pth:python/mach
     10 pth:python/mozboot
     11 pth:python/mozbuild
     12 pth:python/mozlint
     13 pth:python/mozperftest
     14 pth:python/mozrelease
     15 pth:python/mozterm
     16 pth:python/mozversioncontrol
     17 pth:security/manager/tools
     18 pth:taskcluster
     19 pth:testing
     20 pth:testing/awsy
     21 pth:testing/condprofile
     22 pth:testing/firefox-ui/harness
     23 pth:testing/marionette/client
     24 pth:testing/marionette/harness
     25 pth:testing/mozbase/manifestparser
     26 pth:testing/mozbase/mozcrash
     27 pth:testing/mozbase/mozdebug
     28 pth:testing/mozbase/mozdevice
     29 pth:testing/mozbase/mozfile
     30 pth:testing/mozbase/mozgeckoprofiler
     31 pth:testing/mozbase/mozhttpd
     32 pth:testing/mozbase/mozinfo
     33 pth:testing/mozbase/mozinstall
     34 pth:testing/mozbase/mozleak
     35 pth:testing/mozbase/mozlog
     36 pth:testing/mozbase/moznetwork
     37 pth:testing/mozbase/mozpower
     38 pth:testing/mozbase/mozprocess
     39 pth:testing/mozbase/mozprofile
     40 pth:testing/mozbase/mozproxy
     41 pth:testing/mozbase/mozrunner
     42 pth:testing/mozbase/mozscreenshot
     43 pth:testing/mozbase/mozserve
     44 pth:testing/mozbase/mozshellutil
     45 pth:testing/mozbase/mozsystemmonitor
     46 pth:testing/mozbase/moztest
     47 pth:testing/mozbase/mozversion
     48 pth:testing/mozharness
     49 pth:testing/raptor
     50 pth:testing/talos
     51 pth:testing/web-platform
     52 pth:testing/xpcshell
     53 pth:toolkit/components/telemetry/tests/marionette/harness
     54 pth:tools
     55 pth:tools/moztreedocs
     56 pth:xpcom/ds/tools
     57 pth:xpcom/geckoprocesstypes_generator
     58 pth:xpcom/idl-parser
     59 # glean-sdk may not be installable if a wheel isn't available
     60 # and it has to be built from source.
     61 # pypi-optional:glean-sdk==66.2.0:telemetry will not be collected
     62 pypi-optional:orjson>=3.10:json operations will be slower in various tools
     63 # Mach gracefully handles the case where `psutil` is unavailable.
     64 # We aren't (yet) able to pin packages in automation, so we have to
     65 # support down to the oldest locally-installed version (5.4.2).
     66 pypi-optional:psutil>=5.4.2:telemetry will be missing some data
     67 pypi-optional:rtoml>=0.11.0:toml operations will be slower in various tools
     68 pypi-optional:zstandard>=0.11.1,<=0.24.0:zstd archives will not be possible to extract
     69 vendored-fallback:pyyaml:third_party/python/pyyaml/lib/:faster native loading is disabled
     70 vendored:third_party/python/ansicon
     71 vendored:third_party/python/appdirs
     72 vendored:third_party/python/attrs
     73 vendored:third_party/python/blessed
     74 vendored:third_party/python/build
     75 vendored:third_party/python/cbor2
     76 vendored:third_party/python/certifi
     77 vendored:third_party/python/chardet
     78 vendored:third_party/python/charset_normalizer
     79 vendored:third_party/python/click
     80 vendored:third_party/python/colorama
     81 vendored:third_party/python/diskcache
     82 vendored:third_party/python/distro
     83 vendored:third_party/python/filelock
     84 vendored:third_party/python/glean_parser
     85 vendored:third_party/python/idna
     86 vendored:third_party/python/importlib_metadata
     87 vendored:third_party/python/jinja2
     88 vendored:third_party/python/jinxed
     89 vendored:third_party/python/jsonschema
     90 vendored:third_party/python/looseversion
     91 vendored:third_party/python/markupsafe/src
     92 vendored:third_party/python/mozilla_version
     93 vendored:third_party/python/packaging
     94 vendored:third_party/python/pip
     95 vendored:third_party/python/pip_tools
     96 vendored:third_party/python/platformdirs
     97 vendored:third_party/python/pyproject_hooks
     98 vendored:third_party/python/pyrsistent
     99 vendored:third_party/python/python-hglib
    100 vendored:third_party/python/requests
    101 vendored:third_party/python/sentry_sdk
    102 vendored:third_party/python/setuptools
    103 vendored:third_party/python/six
    104 vendored:third_party/python/toml
    105 vendored:third_party/python/tomli
    106 vendored:third_party/python/tomlkit
    107 vendored:third_party/python/tqdm
    108 vendored:third_party/python/typing_extensions
    109 vendored:third_party/python/urllib3
    110 vendored:third_party/python/wcwidth
    111 vendored:third_party/python/wheel
    112 vendored:third_party/python/zipp