File: pyproject.toml

package info (click to toggle)
mozjs140 140.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,216,752 kB
  • sloc: javascript: 2,267,210; cpp: 1,423,664; python: 966,252; ansic: 632,297; xml: 115,965; sh: 15,392; asm: 13,399; makefile: 10,455; yacc: 4,504; perl: 2,223; lex: 1,414; ruby: 1,064; exp: 756; java: 185; sql: 66; sed: 18
file content (66 lines) | stat: -rw-r--r-- 1,759 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[project]
name = "mozilla-third-party-python-vendor-dir"
version = "0.1.0"
description = "This file is used to resolve the full list of dependencies that will be vendored."
requires-python = ">=3.8"
dependencies = [
    # Pin `aiohttp` here so the version is modern enough for `auth0-python` in `try.txt`.
    "aiohttp==3.10.11",
    "appdirs==1.4.4",
    "attrs==23.1.0",
    "blessed==1.19.1",
    "cbor2==4.0.1",
    "certifi==2024.7.4",
    "click==8.1.7",
    "colorama==0.4.6",
    "compare-locales==9.0.1",
    "cookies==2.2.1",
    "distro==1.8.0",
    "ecdsa==0.19.1",
    "esprima==4.0.1",
    "filelock~=3.6",
    "fluent-migrate==0.13.2",
    "fluent-syntax==0.19.0",
    "glean-parser==17.1.0",
    "importlib-metadata==6.0.0",
    # Required for compatibility with Flask >= 2 in tools/tryselect/selectors/chooser
    "jinja2==3.1.6",
    "jsmin==3.0.0",
    "json-e==4.5.3",
    "jsonschema==4.17.3",
    "looseversion==1.0.1",
    "mako==1.2.2",
    "moz-l10n~=0.5.7",
    "mozilla-repo-urls==0.1.1",
    "mozilla-version==4.1.0",
    "packaging==23.1",
    "pathspec==0.9.0",
    "pip-tools==7.4.1",
    "pip==24.0",
    "ply==3.10",
    "pyasn1-modules==0.2.8",
    "pyasn1==0.4.8",
    "pylru==1.0.9",
    "python-hglib==2.4",
    "pyyaml==6.0.1",
    "redo==2.0.3",
    "requests-unixsocket==0.2.0",
    "requests~=2.32",
    "responses==0.10.6",
    "rsa==4.9",
    "sentry-sdk==1.14.0",
    "setuptools==74.0.0",
    "six==1.16.0",
    "slugid==2.0.0",
    "taskcluster-taskgraph~=14.0",
    "taskcluster-urls==13.0.1",
    "taskcluster==75.0.1",
    "toml==0.10.2",
    "tomlkit==0.12.3",
    "tqdm==4.66.3",
    "typing-extensions==4.12.2",
    "urllib3==1.26.19",
    "voluptuous==0.12.1",
    "wheel==0.43.0",
    "yamllint==1.23",
]