contrib/packaging/requirements-windows-py3.txt
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 03 Oct 2021 20:11:42 -0400
changeset 48181 c95f6c2d1f4e
parent 47849 f07a00543396
child 48350 cbbbbbef800d
permissions -rw-r--r--
packaging: update the certifi dependency Not sure if this helps with recent certificate issues[1], but we might as well keep this modern. Note that certifi no longer claims py2 support, and there's a PR to add it back in[2]. Py2 support was dropped in 2020.04.05.2 (which predates what's being updated here). None of the *.py files have changed since the 2020.6.20 release, and I was able to call `certifi.where()` in both a virtualenv and with `hg debugshell` from an MSI install with this version, so we shouldn't be any worse off than before. [1] https://foss.heptapod.net/mercurial/tortoisehg/thg/-/issues/5745 [2] https://github.com/certifi/python-certifi/pull/154 Differential Revision: https://phab.mercurial-scm.org/D11609
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
43512
5a0a4fa055ff packaging: clean up excess packages for Inno
Gregory Szorc <gregory.szorc@gmail.com>
parents: 43316
diff changeset
     1
#
5a0a4fa055ff packaging: clean up excess packages for Inno
Gregory Szorc <gregory.szorc@gmail.com>
parents: 43316
diff changeset
     2
# This file is autogenerated by pip-compile
5a0a4fa055ff packaging: clean up excess packages for Inno
Gregory Szorc <gregory.szorc@gmail.com>
parents: 43316
diff changeset
     3
# To update, run:
5a0a4fa055ff packaging: clean up excess packages for Inno
Gregory Szorc <gregory.szorc@gmail.com>
parents: 43316
diff changeset
     4
#
45752
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
     5
#    pip-compile --generate-hashes --output-file=contrib/packaging/requirements-windows-py3.txt contrib/packaging/requirements-windows.txt.in
43512
5a0a4fa055ff packaging: clean up excess packages for Inno
Gregory Szorc <gregory.szorc@gmail.com>
parents: 43316
diff changeset
     6
#
47849
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
     7
atomicwrites==1.4.0 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
     8
    --hash=sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
     9
    --hash=sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    10
    # via pytest
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    11
attrs==21.2.0 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    12
    --hash=sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    13
    --hash=sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    14
    # via pytest
45982
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    15
cached-property==1.5.2 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    16
    --hash=sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    17
    --hash=sha256:df4f613cf7ad9a588cc381aaf4a512d26265ecebd5eb9e1ba12f1319eb85a6a0 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    18
    # via pygit2
48181
c95f6c2d1f4e packaging: update the certifi dependency
Matt Harbison <matt_harbison@yahoo.com>
parents: 47849
diff changeset
    19
certifi==2021.5.30 \
c95f6c2d1f4e packaging: update the certifi dependency
Matt Harbison <matt_harbison@yahoo.com>
parents: 47849
diff changeset
    20
    --hash=sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee \
c95f6c2d1f4e packaging: update the certifi dependency
Matt Harbison <matt_harbison@yahoo.com>
parents: 47849
diff changeset
    21
    --hash=sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8 \
44223
481caa4a2244 packaging: bundle dulwich, keyring, and pywin32-ctypes with WiX too
Matt Harbison <matt_harbison@yahoo.com>
parents: 43512
diff changeset
    22
    # via dulwich
45982
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    23
cffi==1.14.4 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    24
    --hash=sha256:00a1ba5e2e95684448de9b89888ccd02c98d512064b4cb987d48f4b40aa0421e \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    25
    --hash=sha256:00e28066507bfc3fe865a31f325c8391a1ac2916219340f87dfad602c3e48e5d \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    26
    --hash=sha256:045d792900a75e8b1e1b0ab6787dd733a8190ffcf80e8c8ceb2fb10a29ff238a \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    27
    --hash=sha256:0638c3ae1a0edfb77c6765d487fee624d2b1ee1bdfeffc1f0b58c64d149e7eec \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    28
    --hash=sha256:105abaf8a6075dc96c1fe5ae7aae073f4696f2905fde6aeada4c9d2926752362 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    29
    --hash=sha256:155136b51fd733fa94e1c2ea5211dcd4c8879869008fc811648f16541bf99668 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    30
    --hash=sha256:1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    31
    --hash=sha256:1d2c4994f515e5b485fd6d3a73d05526aa0fcf248eb135996b088d25dfa1865b \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    32
    --hash=sha256:2c24d61263f511551f740d1a065eb0212db1dbbbbd241db758f5244281590c06 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    33
    --hash=sha256:51a8b381b16ddd370178a65360ebe15fbc1c71cf6f584613a7ea08bfad946698 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    34
    --hash=sha256:594234691ac0e9b770aee9fcdb8fa02c22e43e5c619456efd0d6c2bf276f3eb2 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    35
    --hash=sha256:5cf4be6c304ad0b6602f5c4e90e2f59b47653ac1ed9c662ed379fe48a8f26b0c \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    36
    --hash=sha256:64081b3f8f6f3c3de6191ec89d7dc6c86a8a43911f7ecb422c60e90c70be41c7 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    37
    --hash=sha256:6bc25fc545a6b3d57b5f8618e59fc13d3a3a68431e8ca5fd4c13241cd70d0009 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    38
    --hash=sha256:798caa2a2384b1cbe8a2a139d80734c9db54f9cc155c99d7cc92441a23871c03 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    39
    --hash=sha256:7c6b1dece89874d9541fc974917b631406233ea0440d0bdfbb8e03bf39a49b3b \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    40
    --hash=sha256:840793c68105fe031f34d6a086eaea153a0cd5c491cde82a74b420edd0a2b909 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    41
    --hash=sha256:8d6603078baf4e11edc4168a514c5ce5b3ba6e3e9c374298cb88437957960a53 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    42
    --hash=sha256:9cc46bc107224ff5b6d04369e7c595acb700c3613ad7bcf2e2012f62ece80c35 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    43
    --hash=sha256:9f7a31251289b2ab6d4012f6e83e58bc3b96bd151f5b5262467f4bb6b34a7c26 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    44
    --hash=sha256:9ffb888f19d54a4d4dfd4b3f29bc2c16aa4972f1c2ab9c4ab09b8ab8685b9c2b \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    45
    --hash=sha256:a7711edca4dcef1a75257b50a2fbfe92a65187c47dab5a0f1b9b332c5919a3fb \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    46
    --hash=sha256:af5c59122a011049aad5dd87424b8e65a80e4a6477419c0c1015f73fb5ea0293 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    47
    --hash=sha256:b18e0a9ef57d2b41f5c68beefa32317d286c3d6ac0484efd10d6e07491bb95dd \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    48
    --hash=sha256:b4e248d1087abf9f4c10f3c398896c87ce82a9856494a7155823eb45a892395d \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    49
    --hash=sha256:ba4e9e0ae13fc41c6b23299545e5ef73055213e466bd107953e4a013a5ddd7e3 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    50
    --hash=sha256:c6332685306b6417a91b1ff9fae889b3ba65c2292d64bd9245c093b1b284809d \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    51
    --hash=sha256:d9efd8b7a3ef378dd61a1e77367f1924375befc2eba06168b6ebfa903a5e59ca \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    52
    --hash=sha256:df5169c4396adc04f9b0a05f13c074df878b6052430e03f50e68adf3a57aa28d \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    53
    --hash=sha256:ebb253464a5d0482b191274f1c8bf00e33f7e0b9c66405fbffc61ed2c839c775 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    54
    --hash=sha256:ec80dc47f54e6e9a78181ce05feb71a0353854cc26999db963695f950b5fb375 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    55
    --hash=sha256:f032b34669220030f905152045dfa27741ce1a6db3324a5bc0b96b6c7420c87b \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    56
    --hash=sha256:f60567825f791c6f8a592f3c6e3bd93dd2934e3f9dac189308426bd76b00ef3b \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    57
    --hash=sha256:f803eaa94c2fcda012c047e62bc7a51b0bdabda1cad7a92a522694ea2d76e49f \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
    58
    # via pygit2
47849
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    59
colorama==0.4.4 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    60
    --hash=sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    61
    --hash=sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    62
    # via pytest
45691
eceebe3f9baf packaging: upgrade packages in Windows environment
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44224
diff changeset
    63
docutils==0.16 \
eceebe3f9baf packaging: upgrade packages in Windows environment
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44224
diff changeset
    64
    --hash=sha256:0c5b78adfbf7762415433f5515cd5c9e762339e23369dbe8000d84a4bf4ab3af \
eceebe3f9baf packaging: upgrade packages in Windows environment
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44224
diff changeset
    65
    --hash=sha256:c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc \
45752
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    66
    # via -r contrib/packaging/requirements-windows.txt.in
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    67
dulwich==0.20.6 ; python_version >= "3" \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    68
    --hash=sha256:1ccd55e38fa9f169290f93e027ab4508202f5bdd6ef534facac4edd3f6903f0d \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    69
    --hash=sha256:2452a0379cc7bbbd7ab893ec104d18039f1ea98b0d6be6bca5646e5cf29e0ae9 \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    70
    --hash=sha256:2f4aebc54ed2d37dcee737024421452375570a422eb682232e676aa7ebc9cb4b \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    71
    --hash=sha256:304f52b10c49c3a6ddfbd73e2e93d8e979350225cfba9688e51110e74fa2f718 \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    72
    --hash=sha256:49e747c72d9099e873bf6196260346d5996c3f28af788294d47a8accdc524de7 \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    73
    --hash=sha256:4fee359928c59b53af153a582a7ed7595259a5a825df400301a29e17fd78dfd3 \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    74
    --hash=sha256:50ef300a9fa4efd9f85009c2bd8b515266ec1529400f8834f85c04fa9f09b2c0 \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    75
    --hash=sha256:5348310f21b2a23847342ce464461499b6652483fa42de03714d0f6421a99698 \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    76
    --hash=sha256:7e7b5dea5178b6493fdb83adccbe81de9ddff55f79880185ed594c0e3a97209b \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    77
    --hash=sha256:8f7a7f973be2beedfb10dd8d3eb6bdf9ec466c72ad555704897cbd6357fe5021 \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    78
    --hash=sha256:bea6e6caffc6c73bfd1647714c5715ab96ac49deb8beb8b67511529afa25685a \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    79
    --hash=sha256:e5871b86a079e9e290f52ab14559cea1b694a0b8ed2b9ebb898f6ced7f14a406 \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    80
    --hash=sha256:e593f514b8ac740b4ceeb047745b4719bfc9f334904245c6edcb3a9d002f577b \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
    81
    # via -r contrib/packaging/requirements-windows.txt.in
47846
72c3b47d1557 pyoxidized: install fuzzywuzzy too
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 46318
diff changeset
    82
fuzzywuzzy==0.18.0 \
72c3b47d1557 pyoxidized: install fuzzywuzzy too
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 46318
diff changeset
    83
    --hash=sha256:45016e92264780e58972dca1b3d939ac864b78437422beecebb3095f8efd00e8 \
72c3b47d1557 pyoxidized: install fuzzywuzzy too
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 46318
diff changeset
    84
    # via -r contrib/packaging/requirements-windows.txt.in
47849
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    85
idna==3.2 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    86
    --hash=sha256:14475042e284991034cb48e06f6851428fb14c4dc953acd9be9a5e95c7b6dd7a \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    87
    --hash=sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    88
    # via yarl
45928
62329b759635 packaging: regenerate the Windows requirements manifest on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45752
diff changeset
    89
importlib-metadata==3.1.0 \
62329b759635 packaging: regenerate the Windows requirements manifest on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45752
diff changeset
    90
    --hash=sha256:590690d61efdd716ff82c39ca9a9d4209252adfe288a4b5721181050acbd4175 \
62329b759635 packaging: regenerate the Windows requirements manifest on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45752
diff changeset
    91
    --hash=sha256:d9b8a46a0885337627a6430db287176970fff18ad421becec1d64cfc763c2099 \
47849
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    92
    # via keyring, pluggy, pytest
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    93
iniconfig==1.1.1 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    94
    --hash=sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    95
    --hash=sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
    96
    # via pytest
45691
eceebe3f9baf packaging: upgrade packages in Windows environment
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44224
diff changeset
    97
keyring==21.4.0 \
eceebe3f9baf packaging: upgrade packages in Windows environment
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44224
diff changeset
    98
    --hash=sha256:4e34ea2fdec90c1c43d6610b5a5fafa1b9097db1802948e90caf5763974b8f8d \
eceebe3f9baf packaging: upgrade packages in Windows environment
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44224
diff changeset
    99
    --hash=sha256:9aeadd006a852b78f4b4ef7c7556c2774d2432bbef8ee538a3e9089ac8b11466 \
45752
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
   100
    # via -r contrib/packaging/requirements-windows.txt.in
47849
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   101
multidict==5.1.0 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   102
    --hash=sha256:018132dbd8688c7a69ad89c4a3f39ea2f9f33302ebe567a879da8f4ca73f0d0a \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   103
    --hash=sha256:051012ccee979b2b06be928a6150d237aec75dd6bf2d1eeeb190baf2b05abc93 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   104
    --hash=sha256:05c20b68e512166fddba59a918773ba002fdd77800cad9f55b59790030bab632 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   105
    --hash=sha256:07b42215124aedecc6083f1ce6b7e5ec5b50047afa701f3442054373a6deb656 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   106
    --hash=sha256:0e3c84e6c67eba89c2dbcee08504ba8644ab4284863452450520dad8f1e89b79 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   107
    --hash=sha256:0e929169f9c090dae0646a011c8b058e5e5fb391466016b39d21745b48817fd7 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   108
    --hash=sha256:1ab820665e67373de5802acae069a6a05567ae234ddb129f31d290fc3d1aa56d \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   109
    --hash=sha256:25b4e5f22d3a37ddf3effc0710ba692cfc792c2b9edfb9c05aefe823256e84d5 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   110
    --hash=sha256:2e68965192c4ea61fff1b81c14ff712fc7dc15d2bd120602e4a3494ea6584224 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   111
    --hash=sha256:2f1a132f1c88724674271d636e6b7351477c27722f2ed789f719f9e3545a3d26 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   112
    --hash=sha256:37e5438e1c78931df5d3c0c78ae049092877e5e9c02dd1ff5abb9cf27a5914ea \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   113
    --hash=sha256:3a041b76d13706b7fff23b9fc83117c7b8fe8d5fe9e6be45eee72b9baa75f348 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   114
    --hash=sha256:3a4f32116f8f72ecf2a29dabfb27b23ab7cdc0ba807e8459e59a93a9be9506f6 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   115
    --hash=sha256:46c73e09ad374a6d876c599f2328161bcd95e280f84d2060cf57991dec5cfe76 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   116
    --hash=sha256:46dd362c2f045095c920162e9307de5ffd0a1bfbba0a6e990b344366f55a30c1 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   117
    --hash=sha256:4b186eb7d6ae7c06eb4392411189469e6a820da81447f46c0072a41c748ab73f \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   118
    --hash=sha256:54fd1e83a184e19c598d5e70ba508196fd0bbdd676ce159feb412a4a6664f952 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   119
    --hash=sha256:585fd452dd7782130d112f7ddf3473ffdd521414674c33876187e101b588738a \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   120
    --hash=sha256:5cf3443199b83ed9e955f511b5b241fd3ae004e3cb81c58ec10f4fe47c7dce37 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   121
    --hash=sha256:6a4d5ce640e37b0efcc8441caeea8f43a06addace2335bd11151bc02d2ee31f9 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   122
    --hash=sha256:7df80d07818b385f3129180369079bd6934cf70469f99daaebfac89dca288359 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   123
    --hash=sha256:806068d4f86cb06af37cd65821554f98240a19ce646d3cd24e1c33587f313eb8 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   124
    --hash=sha256:830f57206cc96ed0ccf68304141fec9481a096c4d2e2831f311bde1c404401da \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   125
    --hash=sha256:929006d3c2d923788ba153ad0de8ed2e5ed39fdbe8e7be21e2f22ed06c6783d3 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   126
    --hash=sha256:9436dc58c123f07b230383083855593550c4d301d2532045a17ccf6eca505f6d \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   127
    --hash=sha256:9dd6e9b1a913d096ac95d0399bd737e00f2af1e1594a787e00f7975778c8b2bf \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   128
    --hash=sha256:ace010325c787c378afd7f7c1ac66b26313b3344628652eacd149bdd23c68841 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   129
    --hash=sha256:b47a43177a5e65b771b80db71e7be76c0ba23cc8aa73eeeb089ed5219cdbe27d \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   130
    --hash=sha256:b797515be8743b771aa868f83563f789bbd4b236659ba52243b735d80b29ed93 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   131
    --hash=sha256:b7993704f1a4b204e71debe6095150d43b2ee6150fa4f44d6d966ec356a8d61f \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   132
    --hash=sha256:d5c65bdf4484872c4af3150aeebe101ba560dcfb34488d9a8ff8dbcd21079647 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   133
    --hash=sha256:d81eddcb12d608cc08081fa88d046c78afb1bf8107e6feab5d43503fea74a635 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   134
    --hash=sha256:dc862056f76443a0db4509116c5cd480fe1b6a2d45512a653f9a855cc0517456 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   135
    --hash=sha256:ecc771ab628ea281517e24fd2c52e8f31c41e66652d07599ad8818abaad38cda \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   136
    --hash=sha256:f200755768dc19c6f4e2b672421e0ebb3dd54c38d5a4f262b872d8cfcc9e93b5 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   137
    --hash=sha256:f21756997ad8ef815d8ef3d34edd98804ab5ea337feedcd62fb52d22bf531281 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   138
    --hash=sha256:fc13a9524bc18b6fb6e0dbec3533ba0496bbed167c56d0aabefd965584557d80 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   139
    # via yarl
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   140
packaging==21.0 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   141
    --hash=sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   142
    --hash=sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   143
    # via pytest
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   144
pluggy==0.13.1 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   145
    --hash=sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   146
    --hash=sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   147
    # via pytest
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   148
py==1.10.0 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   149
    --hash=sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   150
    --hash=sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   151
    # via pytest
45982
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   152
pycparser==2.20 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   153
    --hash=sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   154
    --hash=sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   155
    # via cffi
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   156
pygit2==1.4.0 ; python_version >= "3" \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   157
    --hash=sha256:0d298098e286eeda000e49ca7e1b41f87300e10dd8b9d06b32b008bd61f50b83 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   158
    --hash=sha256:0ee135eb2cd8b07ce1374f3596cc5c3213472d6389bad6a4c5d87d8e267e93e9 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   159
    --hash=sha256:32eb863d6651d4890ced318505ea8dc229bd9637deaf29c898de1ab574d727a0 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   160
    --hash=sha256:37d6d7d6d7804c42a0fe23425c72e38093488525092fc5e51a05684e63503ce7 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   161
    --hash=sha256:41204b6f3406d9f53147710f3cc485d77181ba67f57c34d36b7c86de1c14a18c \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   162
    --hash=sha256:818c91b582109d90580c5da74af783738838353f15eb12eeb734d80a974b05a3 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   163
    --hash=sha256:8306a302487dac67df7af6a064bb37e8a8eb4138958f9560ff49ff162e185dab \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   164
    --hash=sha256:9c2f2d9ef59513007b66f6534b000792b614de3faf60313a0a68f6b8571aea85 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   165
    --hash=sha256:9c8d5881eb709e2e2e13000b507a131bd5fb91a879581030088d0ddffbcd19af \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   166
    --hash=sha256:b422e417739def0a136a6355723dfe8a5ffc83db5098076f28a14f1d139779c1 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   167
    --hash=sha256:cbeb38ab1df9b5d8896548a11e63aae8a064763ab5f1eabe4475e6b8a78ee1c8 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   168
    --hash=sha256:cf00481ddf053e549a6edd0216bdc267b292d261eae02a67bb3737de920cbf88 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   169
    --hash=sha256:d0d889144e9487d926fecea947c3f39ce5f477e521d7d467d2e66907e4cd657d \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   170
    --hash=sha256:ddb7a1f6d38063e8724abfa1cfdfb0f9b25014b8bca0546274b7a84b873a3888 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   171
    --hash=sha256:e9037a7d810750fe23c9f5641ef14a0af2525ff03e14752cd4f73e1870ecfcb0 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   172
    --hash=sha256:ec5c0365a9bdfcac1609d20868507b28685ec5ea7cc3a2c903c9b62ef2e0bbc0 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   173
    --hash=sha256:fdd8ba30cda277290e000322f505132f590cf89bd7d31829b45a3cb57447ec32 \
d26497811ed9 packaging: add pygit2 to the py3 Windows installers
Matt Harbison <matt_harbison@yahoo.com>
parents: 45928
diff changeset
   174
    # via -r contrib/packaging/requirements-windows.txt.in
45691
eceebe3f9baf packaging: upgrade packages in Windows environment
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44224
diff changeset
   175
pygments==2.7.1 \
eceebe3f9baf packaging: upgrade packages in Windows environment
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44224
diff changeset
   176
    --hash=sha256:307543fe65c0947b126e83dd5a61bd8acbd84abec11f43caebaf5534cbc17998 \
eceebe3f9baf packaging: upgrade packages in Windows environment
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44224
diff changeset
   177
    --hash=sha256:926c3f319eda178d1bd90851e4317e6d8cdb5e292a3386aac9bd75eca29cf9c7 \
45752
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
   178
    # via -r contrib/packaging/requirements-windows.txt.in
47849
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   179
pyparsing==2.4.7 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   180
    --hash=sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   181
    --hash=sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   182
    # via packaging
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   183
pytest-vcr==1.0.2 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   184
    --hash=sha256:23ee51b75abbcc43d926272773aae4f39f93aceb75ed56852d0bf618f92e1896 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   185
    # via -r contrib/packaging/requirements-windows.txt.in
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   186
pytest==6.2.4 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   187
    --hash=sha256:50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   188
    --hash=sha256:91ef2131a9bd6be8f76f1f08eac5c5317221d6ad1e143ae03894b862e8976890 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   189
    # via pytest-vcr
44223
481caa4a2244 packaging: bundle dulwich, keyring, and pywin32-ctypes with WiX too
Matt Harbison <matt_harbison@yahoo.com>
parents: 43512
diff changeset
   190
pywin32-ctypes==0.2.0 \
481caa4a2244 packaging: bundle dulwich, keyring, and pywin32-ctypes with WiX too
Matt Harbison <matt_harbison@yahoo.com>
parents: 43512
diff changeset
   191
    --hash=sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942 \
45691
eceebe3f9baf packaging: upgrade packages in Windows environment
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44224
diff changeset
   192
    --hash=sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98 \
45928
62329b759635 packaging: regenerate the Windows requirements manifest on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45752
diff changeset
   193
    # via -r contrib/packaging/requirements-windows.txt.in, keyring
47849
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   194
pyyaml==5.4.1 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   195
    --hash=sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   196
    --hash=sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   197
    --hash=sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   198
    --hash=sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   199
    --hash=sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   200
    --hash=sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   201
    --hash=sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   202
    --hash=sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   203
    --hash=sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   204
    --hash=sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   205
    --hash=sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   206
    --hash=sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   207
    --hash=sha256:72a01f726a9c7851ca9bfad6fd09ca4e090a023c00945ea05ba1638c09dc3347 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   208
    --hash=sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   209
    --hash=sha256:895f61ef02e8fed38159bb70f7e100e00f471eae2bc838cd0f4ebb21e28f8541 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   210
    --hash=sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   211
    --hash=sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   212
    --hash=sha256:bfb51918d4ff3d77c1c856a9699f8492c612cde32fd3bcd344af9be34999bfdc \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   213
    --hash=sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   214
    --hash=sha256:cb333c16912324fd5f769fff6bc5de372e9e7a202247b48870bc251ed40239aa \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   215
    --hash=sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   216
    --hash=sha256:d483ad4e639292c90170eb6f7783ad19490e7a8defb3e46f97dfe4bacae89122 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   217
    --hash=sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   218
    --hash=sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   219
    --hash=sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   220
    --hash=sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   221
    --hash=sha256:fd7f6999a8070df521b6384004ef42833b9bd62cfee11a09bda1079b4b704247 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   222
    --hash=sha256:fdc842473cd33f45ff6bce46aea678a54e3d21f1b61a7750ce3c498eedfe25d6 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   223
    --hash=sha256:fe69978f3f768926cfa37b867e3843918e012cf83f680806599ddce33c2c68b0 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   224
    # via vcrpy
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   225
six==1.16.0 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   226
    --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   227
    --hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   228
    # via vcrpy
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   229
toml==0.10.2 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   230
    --hash=sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   231
    --hash=sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   232
    # via pytest
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   233
typing-extensions==3.10.0.0 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   234
    --hash=sha256:0ac0f89795dd19de6b97debb0c6af1c70987fd80a2d62d1958f7e56fcc31b497 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   235
    --hash=sha256:50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   236
    --hash=sha256:779383f6086d90c99ae41cf0ff39aac8a7937a9283ce0a414e5dd782f4c94a84 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   237
    # via yarl
45752
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
   238
urllib3==1.25.11 \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
   239
    --hash=sha256:8d7eaa5a82a1cac232164990f04874c594c9453ec55eef02eab885aa02fc17a2 \
d270b9b797a7 contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents: 45691
diff changeset
   240
    --hash=sha256:f5321fbe4bf3fefa0efd0bfe7fb14e90909eb62a48ccda331726b4319897dd5e \
44223
481caa4a2244 packaging: bundle dulwich, keyring, and pywin32-ctypes with WiX too
Matt Harbison <matt_harbison@yahoo.com>
parents: 43512
diff changeset
   241
    # via dulwich
47849
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   242
vcrpy==4.1.1 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   243
    --hash=sha256:12c3fcdae7b88ecf11fc0d3e6d77586549d4575a2ceee18e82eee75c1f626162 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   244
    --hash=sha256:57095bf22fc0a2d99ee9674cdafebed0f3ba763018582450706f7d3a74fff599 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   245
    # via pytest-vcr
46318
e74274fc1b35 packaging: include `windows-curses` on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45982
diff changeset
   246
windows-curses==2.2.0 \
e74274fc1b35 packaging: include `windows-curses` on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45982
diff changeset
   247
    --hash=sha256:1452d771ec6f9b3fef037da2b169196a9a12be4e86a6c27dd579adac70c42028 \
e74274fc1b35 packaging: include `windows-curses` on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45982
diff changeset
   248
    --hash=sha256:267544e4f60c09af6505e50a69d7f01d7f8a281cf4bd4fc7efc3b32b9a4ef64e \
e74274fc1b35 packaging: include `windows-curses` on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45982
diff changeset
   249
    --hash=sha256:389228a3df556102e72450f599283094168aa82eee189f501ad9f131a0fc92e1 \
e74274fc1b35 packaging: include `windows-curses` on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45982
diff changeset
   250
    --hash=sha256:84336fe470fa07288daec5c684dec74c0766fec6b3511ccedb4c494804acfbb7 \
e74274fc1b35 packaging: include `windows-curses` on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45982
diff changeset
   251
    --hash=sha256:9aa6ff60be76f5de696dc6dbf7897e3b1e6abcf4c0f741e9a0ee22cd6ef382f8 \
e74274fc1b35 packaging: include `windows-curses` on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45982
diff changeset
   252
    --hash=sha256:c4a8ce00e82635f06648cc40d99f470be4e3ffeb84f9f7ae9d6a4f68ec6361e7 \
e74274fc1b35 packaging: include `windows-curses` on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45982
diff changeset
   253
    --hash=sha256:c5cd032bc7d0f03224ab55c925059d98e81795098d59bbd10f7d05c7ea9677ce \
e74274fc1b35 packaging: include `windows-curses` on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45982
diff changeset
   254
    --hash=sha256:fc0be372fe6da3c39d7093154ce029115a927bf287f34b4c615e2b3f8c23dfaa \
e74274fc1b35 packaging: include `windows-curses` on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45982
diff changeset
   255
    # via -r contrib/packaging/requirements-windows.txt.in
47849
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   256
wrapt==1.12.1 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   257
    --hash=sha256:b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   258
    # via vcrpy
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   259
yarl==1.6.3 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   260
    --hash=sha256:00d7ad91b6583602eb9c1d085a2cf281ada267e9a197e8b7cae487dadbfa293e \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   261
    --hash=sha256:0355a701b3998dcd832d0dc47cc5dedf3874f966ac7f870e0f3a6788d802d434 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   262
    --hash=sha256:15263c3b0b47968c1d90daa89f21fcc889bb4b1aac5555580d74565de6836366 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   263
    --hash=sha256:2ce4c621d21326a4a5500c25031e102af589edb50c09b321049e388b3934eec3 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   264
    --hash=sha256:31ede6e8c4329fb81c86706ba8f6bf661a924b53ba191b27aa5fcee5714d18ec \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   265
    --hash=sha256:324ba3d3c6fee56e2e0b0d09bf5c73824b9f08234339d2b788af65e60040c959 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   266
    --hash=sha256:329412812ecfc94a57cd37c9d547579510a9e83c516bc069470db5f75684629e \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   267
    --hash=sha256:4736eaee5626db8d9cda9eb5282028cc834e2aeb194e0d8b50217d707e98bb5c \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   268
    --hash=sha256:4953fb0b4fdb7e08b2f3b3be80a00d28c5c8a2056bb066169de00e6501b986b6 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   269
    --hash=sha256:4c5bcfc3ed226bf6419f7a33982fb4b8ec2e45785a0561eb99274ebbf09fdd6a \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   270
    --hash=sha256:547f7665ad50fa8563150ed079f8e805e63dd85def6674c97efd78eed6c224a6 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   271
    --hash=sha256:5b883e458058f8d6099e4420f0cc2567989032b5f34b271c0827de9f1079a424 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   272
    --hash=sha256:63f90b20ca654b3ecc7a8d62c03ffa46999595f0167d6450fa8383bab252987e \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   273
    --hash=sha256:68dc568889b1c13f1e4745c96b931cc94fdd0defe92a72c2b8ce01091b22e35f \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   274
    --hash=sha256:69ee97c71fee1f63d04c945f56d5d726483c4762845400a6795a3b75d56b6c50 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   275
    --hash=sha256:6d6283d8e0631b617edf0fd726353cb76630b83a089a40933043894e7f6721e2 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   276
    --hash=sha256:72a660bdd24497e3e84f5519e57a9ee9220b6f3ac4d45056961bf22838ce20cc \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   277
    --hash=sha256:73494d5b71099ae8cb8754f1df131c11d433b387efab7b51849e7e1e851f07a4 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   278
    --hash=sha256:7356644cbed76119d0b6bd32ffba704d30d747e0c217109d7979a7bc36c4d970 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   279
    --hash=sha256:8a9066529240171b68893d60dca86a763eae2139dd42f42106b03cf4b426bf10 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   280
    --hash=sha256:8aa3decd5e0e852dc68335abf5478a518b41bf2ab2f330fe44916399efedfae0 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   281
    --hash=sha256:97b5bdc450d63c3ba30a127d018b866ea94e65655efaf889ebeabc20f7d12406 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   282
    --hash=sha256:9ede61b0854e267fd565e7527e2f2eb3ef8858b301319be0604177690e1a3896 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   283
    --hash=sha256:b2e9a456c121e26d13c29251f8267541bd75e6a1ccf9e859179701c36a078643 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   284
    --hash=sha256:b5dfc9a40c198334f4f3f55880ecf910adebdcb2a0b9a9c23c9345faa9185721 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   285
    --hash=sha256:bafb450deef6861815ed579c7a6113a879a6ef58aed4c3a4be54400ae8871478 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   286
    --hash=sha256:c49ff66d479d38ab863c50f7bb27dee97c6627c5fe60697de15529da9c3de724 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   287
    --hash=sha256:ce3beb46a72d9f2190f9e1027886bfc513702d748047b548b05dab7dfb584d2e \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   288
    --hash=sha256:d26608cf178efb8faa5ff0f2d2e77c208f471c5a3709e577a7b3fd0445703ac8 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   289
    --hash=sha256:d597767fcd2c3dc49d6eea360c458b65643d1e4dbed91361cf5e36e53c1f8c96 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   290
    --hash=sha256:d5c32c82990e4ac4d8150fd7652b972216b204de4e83a122546dce571c1bdf25 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   291
    --hash=sha256:d8d07d102f17b68966e2de0e07bfd6e139c7c02ef06d3a0f8d2f0f055e13bb76 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   292
    --hash=sha256:e46fba844f4895b36f4c398c5af062a9808d1f26b2999c58909517384d5deda2 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   293
    --hash=sha256:e6b5460dc5ad42ad2b36cca524491dfcaffbfd9c8df50508bddc354e787b8dc2 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   294
    --hash=sha256:f040bcc6725c821a4c0665f3aa96a4d0805a7aaf2caf266d256b8ed71b9f041c \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   295
    --hash=sha256:f0b059678fd549c66b89bed03efcabb009075bd131c248ecdf087bdb6faba24a \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   296
    --hash=sha256:fcbb48a93e8699eae920f8d92f7160c03567b421bc17362a9ffbbd706a816f71 \
f07a00543396 windows: add pytest-vcr to the dependencies
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 47846
diff changeset
   297
    # via vcrpy
45928
62329b759635 packaging: regenerate the Windows requirements manifest on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45752
diff changeset
   298
zipp==3.4.0 \
62329b759635 packaging: regenerate the Windows requirements manifest on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45752
diff changeset
   299
    --hash=sha256:102c24ef8f171fd729d46599845e95c7ab894a4cf45f5de11a44cc7444fb1108 \
62329b759635 packaging: regenerate the Windows requirements manifest on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45752
diff changeset
   300
    --hash=sha256:ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb \
62329b759635 packaging: regenerate the Windows requirements manifest on Windows
Matt Harbison <matt_harbison@yahoo.com>
parents: 45752
diff changeset
   301
    # via importlib-metadata