This reverts commit8c59549b09. This reverts commitb029458665. This reverts commit029513c0c1. This reverts commit618e07a0c0.
67 lines
1.7 KiB
TOML
67 lines
1.7 KiB
TOML
[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",
|
|
]
|