Bug 1728955: part 3) Add logging to `nsBaseClipboard`. r=masayuki
[gecko.git] / third_party / python / requirements.in
blob4ace3e3ad99fdb95b71b7290a400b4e448442ef2
1 # ONLY ADD PACKAGES USED BY PYTHON 3 TO THIS LIST!
3 # Python 2-only packages should be vendored manually by running:
5 #    $ pip download <package>==<version>
7 # Then for the package and each dependency:
9 #    $ pip hash <package>.whl  # verify the hash against the one on PyPi (e.g https://pypi.org/project/<package>/<version>/#files)
10 #    $ unzip <package>.whl -d <package>
11 #    $ echo <version> > <package>/VERSION
12 #    $ hg add <package>/VERSION
14 # Note `pip download` may return `tar.gz` files if there is no `.whl` (wheel)
15 # available. When downloading wheels, make sure that they are cross-platform.
16 # If not you may need to specify `--no-binary :<package1>,<package2>:` to get
17 # the source distribution instead for those particular packages.
19 attrs==19.1.0
20 blessings==1.7
21 compare-locales==8.1.0
22 cookies==2.2.1
23 coverage==5.1
24 distro==1.4.0
25 ecdsa==0.15
26 esprima==4.0.1
27 fluent.migrate==0.11
28 fluent.syntax==0.18.1
29 glean_parser==3.6.0
30 jsmin==2.1.0
31 json-e==2.7.0
32 mozilla-version==0.3.4
33 pathspec==0.8
34 pip-tools==5.5.0
35 ply==3.10
36 pyasn1==0.4.8
37 pytest==3.6.2
38 python-hglib==2.4
39 pytoml==0.1.10
40 pyyaml==5.4.1
41 redo==2.0.3
42 requests==2.25.1
43 responses==0.10.6
44 sentry-sdk==0.14.3
45 six==1.13.0
46 voluptuous==0.12.1
47 yamllint==1.23