contrib/automation/linux-requirements-py2.txt
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 05 Apr 2020 13:12:05 +0200
changeset 44863 640d5b3bd060
parent 42717 3495edddc78d
child 45692 9934920af5f7
permissions -rw-r--r--
nodemap: also use persistent nodemap for manifest The manifest as a different usage pattern than the changelog. First, while the lookup in changelog are not garanteed to match, the lookup in the manifest nodemap come from changelog and will exist in the manifest. In addition, looking up a manifest almost always result in unpacking a manifest an operation that rarely come cheap. Nevertheless, using a persistent nodemap provide a significant gain for some operations. For our measurementw, we use `hg cat --rev REV FILE` on the our reference mozilla-try. On this repository the persistent nodemap cache is about 29 MB in side for a total store side of 11,988 MB File with large history (file: b2g/config/gaia.json, revision: 195a1146daa0) no optimisation: 0.358s using mmap for index: 0.297s (-0.061s) persistent nodemap for changelog only: 0.275s (-0.024s) persistent nodemap for manifest too: 0.258s (-0.017s) File with small history (file: .hgignore, revision: 195a1146daa0) no optimisation: 0.377s using mmap for index: 0.296s (-0.061s) persistent nodemap for changelog only: 0.274s (-0.022s) persistent nodemap for manifest too: 0.257s (-0.017s) Same file but using a revision (8ba995b74e18) with a smaller manifest (3944829 bytes vs 10 bytes) no optimisation: 0.192s (-0.185s) using mmap for index: 0.131s (-0.061s) persistent nodemap for changelog only: 0.106s (-0.025s) persistent nodemap for manifest too: 0.087s (-0.019s) Differential Revision: https://phab.mercurial-scm.org/D8410
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
42312
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     1
#
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     2
# This file is autogenerated by pip-compile
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     3
# To update, run:
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     4
#
42717
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
     5
#    pip-compile --generate-hashes --output-file=contrib/automation/linux-requirements-py2.txt contrib/automation/linux-requirements.txt.in
42312
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     6
#
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     7
astroid==1.6.6 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     8
    --hash=sha256:87de48a92e29cedf7210ffa853d11441e7ad94cb47bacd91b023499b51cbc756 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     9
    --hash=sha256:d25869fc7f44f1d9fb7d24fd7ea0639656f5355fc3089cd1f3d18c6ec6b124c7 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    10
    # via pylint
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    11
backports.functools-lru-cache==1.5 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    12
    --hash=sha256:9d98697f088eb1b0fa451391f91afb5e3ebde16bbdb272819fd091151fda4f1a \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    13
    --hash=sha256:f0b0e4eba956de51238e17573b7087e852dfe9854afd2e9c873f73fc0ca0a6dd \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    14
    # via astroid, isort, pylint
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    15
bzr==2.7.0 ; python_version <= "2.7" and platform_python_implementation == "CPython" \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    16
    --hash=sha256:c9f6bbe0a50201dadc5fddadd94ba50174193c6cf6e39e16f6dd0ad98a1df338
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    17
configparser==3.7.4 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    18
    --hash=sha256:8be81d89d6e7b4c0d4e44bcc525845f6da25821de80cb5e06e7e0238a2899e32 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    19
    --hash=sha256:da60d0014fd8c55eb48c1c5354352e363e2d30bbf7057e5e171a468390184c75 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    20
    # via pylint
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    21
contextlib2==0.5.5 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    22
    --hash=sha256:509f9419ee91cdd00ba34443217d5ca51f5a364a404e1dce9e8979cea969ca48 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    23
    --hash=sha256:f5260a6e679d2ff42ec91ec5252f4eeffdcf21053db9113bd0a8e4d953769c00 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    24
    # via vcrpy
42717
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    25
docutils==0.15.2 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    26
    --hash=sha256:6c4f696463b79f1fb8ba0c594b63840ebd41f059e92b31957c46b74a4599b6d0 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    27
    --hash=sha256:9e4d7ecfc600058e07ba661411a2b7de2fd0fafa17d1a7f7361cd47b1175c827 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    28
    --hash=sha256:a2aeea129088da402665e92e0b25b04b073c04b2dce4ab65caaa38b7ce2e1a99
42312
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    29
enum34==1.1.6 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    30
    --hash=sha256:2d81cbbe0e73112bdfe6ef8576f2238f2ba27dd0d55752a776c41d38b7da2850 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    31
    --hash=sha256:644837f692e5f550741432dd3f223bbb9852018674981b1664e5dc339387588a \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    32
    --hash=sha256:6bd0f6ad48ec2aa117d3d141940d484deccda84d4fcd884f5c3d93c23ecd8c79 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    33
    --hash=sha256:8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    34
    # via astroid
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    35
funcsigs==1.0.2 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    36
    --hash=sha256:330cc27ccbf7f1e992e69fef78261dc7c6569012cf397db8d3de0234e6c937ca \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    37
    --hash=sha256:a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    38
    # via mock
42717
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    39
futures==3.3.0 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    40
    --hash=sha256:49b3f5b064b6e3afc3316421a3f25f66c137ae88f068abbf72830170033c5e16 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    41
    --hash=sha256:7e033af76a5e35f58e56da7a91e687706faf4e7bdfb2cbc3f2cca6b9bcda9794 \
42312
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    42
    # via isort
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    43
fuzzywuzzy==0.17.0 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    44
    --hash=sha256:5ac7c0b3f4658d2743aa17da53a55598144edbc5bee3c6863840636e6926f254 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    45
    --hash=sha256:6f49de47db00e1c71d40ad16da42284ac357936fa9b66bea1df63fed07122d62
42717
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    46
isort==4.3.21 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    47
    --hash=sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    48
    --hash=sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd \
42312
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    49
    # via pylint
42717
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    50
lazy-object-proxy==1.4.1 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    51
    --hash=sha256:159a745e61422217881c4de71f9eafd9d703b93af95618635849fe469a283661 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    52
    --hash=sha256:23f63c0821cc96a23332e45dfaa83266feff8adc72b9bcaef86c202af765244f \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    53
    --hash=sha256:3b11be575475db2e8a6e11215f5aa95b9ec14de658628776e10d96fa0b4dac13 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    54
    --hash=sha256:3f447aff8bc61ca8b42b73304f6a44fa0d915487de144652816f950a3f1ab821 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    55
    --hash=sha256:4ba73f6089cd9b9478bc0a4fa807b47dbdb8fad1d8f31a0f0a5dbf26a4527a71 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    56
    --hash=sha256:4f53eadd9932055eac465bd3ca1bd610e4d7141e1278012bd1f28646aebc1d0e \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    57
    --hash=sha256:64483bd7154580158ea90de5b8e5e6fc29a16a9b4db24f10193f0c1ae3f9d1ea \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    58
    --hash=sha256:6f72d42b0d04bfee2397aa1862262654b56922c20a9bb66bb76b6f0e5e4f9229 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    59
    --hash=sha256:7c7f1ec07b227bdc561299fa2328e85000f90179a2f44ea30579d38e037cb3d4 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    60
    --hash=sha256:7c8b1ba1e15c10b13cad4171cfa77f5bb5ec2580abc5a353907780805ebe158e \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    61
    --hash=sha256:8559b94b823f85342e10d3d9ca4ba5478168e1ac5658a8a2f18c991ba9c52c20 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    62
    --hash=sha256:a262c7dfb046f00e12a2bdd1bafaed2408114a89ac414b0af8755c696eb3fc16 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    63
    --hash=sha256:acce4e3267610c4fdb6632b3886fe3f2f7dd641158a843cf6b6a68e4ce81477b \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    64
    --hash=sha256:be089bb6b83fac7f29d357b2dc4cf2b8eb8d98fe9d9ff89f9ea6012970a853c7 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    65
    --hash=sha256:bfab710d859c779f273cc48fb86af38d6e9210f38287df0069a63e40b45a2f5c \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    66
    --hash=sha256:c10d29019927301d524a22ced72706380de7cfc50f767217485a912b4c8bd82a \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    67
    --hash=sha256:dd6e2b598849b3d7aee2295ac765a578879830fb8966f70be8cd472e6069932e \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    68
    --hash=sha256:e408f1eacc0a68fed0c08da45f31d0ebb38079f043328dce69ff133b95c29dc1 \
42312
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    69
    # via astroid
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    70
mccabe==0.6.1 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    71
    --hash=sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    72
    --hash=sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    73
    # via pylint
42717
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    74
mock==3.0.5 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    75
    --hash=sha256:83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    76
    --hash=sha256:d157e52d4e5b938c550f39eb2fd15610db062441a9c2747d3dbfa9298211d0f8 \
42312
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    77
    # via vcrpy
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    78
pyflakes==2.1.1 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    79
    --hash=sha256:17dbeb2e3f4d772725c777fabc446d5634d1038f234e77343108ce445ea69ce0 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    80
    --hash=sha256:d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2
42717
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    81
pygments==2.4.2 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    82
    --hash=sha256:71e430bc85c88a430f000ac1d9b331d2407f681d6f6aec95e8bcfbc3df5b0127 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    83
    --hash=sha256:881c4c157e45f30af185c1ffe8d549d48ac9127433f2c380c24b84572ad66297
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    84
pylint==1.9.5 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    85
    --hash=sha256:367e3d49813d349a905390ac27989eff82ab84958731c5ef0bef867452cfdc42 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    86
    --hash=sha256:97a42df23d436c70132971d1dcb9efad2fe5c0c6add55b90161e773caf729300
42312
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    87
python-levenshtein==0.12.0 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
    88
    --hash=sha256:033a11de5e3d19ea25c9302d11224e1a1898fe5abd23c61c7c360c25195e3eb1
42717
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    89
pyyaml==5.1.2 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    90
    --hash=sha256:0113bc0ec2ad727182326b61326afa3d1d8280ae1122493553fd6f4397f33df9 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    91
    --hash=sha256:01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    92
    --hash=sha256:5124373960b0b3f4aa7df1707e63e9f109b5263eca5976c66e08b1c552d4eaf8 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    93
    --hash=sha256:5ca4f10adbddae56d824b2c09668e91219bb178a1eee1faa56af6f99f11bf696 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    94
    --hash=sha256:7907be34ffa3c5a32b60b95f4d95ea25361c951383a894fec31be7252b2b6f34 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    95
    --hash=sha256:7ec9b2a4ed5cad025c2278a1e6a19c011c80a3caaac804fd2d329e9cc2c287c9 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    96
    --hash=sha256:87ae4c829bb25b9fe99cf71fbb2140c448f534e24c998cc60f39ae4f94396a73 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    97
    --hash=sha256:9de9919becc9cc2ff03637872a440195ac4241c80536632fffeb6a1e25a74299 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    98
    --hash=sha256:a5a85b10e450c66b49f98846937e8cfca1db3127a9d5d1e31ca45c3d0bef4c5b \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
    99
    --hash=sha256:b0997827b4f6a7c286c01c5f60384d218dca4ed7d9efa945c3e1aa623d5709ae \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
   100
    --hash=sha256:b631ef96d3222e62861443cc89d6563ba3eeb816eeb96b2629345ab795e53681 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
   101
    --hash=sha256:bf47c0607522fdbca6c9e817a6e81b08491de50f3766a7a0e6a5be7905961b41 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
   102
    --hash=sha256:f81025eddd0327c7d4cfe9b62cf33190e1e736cc6e97502b3ec425f574b3e7a8 \
42312
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   103
    # via vcrpy
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   104
singledispatch==3.4.0.3 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   105
    --hash=sha256:5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   106
    --hash=sha256:833b46966687b3de7f438c761ac475213e53b306740f1abfaa86e1d1aae56aa8 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   107
    # via astroid, pylint
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   108
six==1.12.0 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   109
    --hash=sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   110
    --hash=sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   111
    # via astroid, mock, pylint, singledispatch, vcrpy
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   112
vcrpy==2.0.1 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   113
    --hash=sha256:127e79cf7b569d071d1bd761b83f7b62b2ce2a2eb63ceca7aa67cba8f2602ea3 \
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   114
    --hash=sha256:57be64aa8e9883a4117d0b15de28af62275c001abcdb00b6dc2d4406073d9a4f
42717
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
   115
wrapt==1.11.2 \
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
   116
    --hash=sha256:565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1 \
42312
65b3ef162b39 automation: initial support for running Linux tests
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   117
    # via astroid, vcrpy
42717
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
   118
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
   119
# WARNING: The following packages were not pinned, but pip requires them to be
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
   120
# pinned when the requirements file includes hashes. Consider using the --allow-unsafe flag.
3495edddc78d automation: update packages in requirements files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 42312
diff changeset
   121
# setuptools==41.0.1        # via python-levenshtein