From 0ded3b25fc88d7a15ae9434be87a4401deb39d99 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sat, 2 Apr 2022 06:10:39 +0100 Subject: [PATCH] Drop requirements on Darwin for Py<3.9 Signed-off-by: Pedro Algarvio --- .pre-commit-config.yaml | 91 -- .../static/ci/py3.7/darwin-crypto.txt | 10 - requirements/static/ci/py3.7/darwin.txt | 1020 ----------------- .../static/ci/py3.8/darwin-crypto.txt | 10 - requirements/static/ci/py3.8/darwin.txt | 1011 ---------------- requirements/static/pkg/py3.7/darwin.txt | 259 ----- requirements/static/pkg/py3.8/darwin.txt | 257 ----- 7 files changed, 2658 deletions(-) delete mode 100644 requirements/static/ci/py3.7/darwin-crypto.txt delete mode 100644 requirements/static/ci/py3.7/darwin.txt delete mode 100644 requirements/static/ci/py3.8/darwin-crypto.txt delete mode 100644 requirements/static/ci/py3.8/darwin.txt delete mode 100644 requirements/static/pkg/py3.7/darwin.txt delete mode 100644 requirements/static/pkg/py3.8/darwin.txt diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14650c79a32..9f36bf2b63f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -139,34 +139,6 @@ repos: - --include=requirements/zeromq.txt - requirements/static/pkg/freebsd.in - - id: pip-tools-compile - alias: compile-pkg-darwin-3.7-zmq-requirements - name: Darwin Packaging Py3.7 ZeroMQ Requirements - files: ^(requirements/((base|zeromq|crypto|darwin|pyobjc)\.txt|static/pkg/(darwin\.in|py3\.7/darwin\.txt)))$ - pass_filenames: false - args: - - -v - - --py-version=3.7 - - --platform=darwin - - --include=requirements/darwin.txt - - --include=requirements/pyobjc.txt - - --passthrough-line-from-input=^pyobjc(.*)$ - - requirements/static/pkg/darwin.in - - - id: pip-tools-compile - alias: compile-pkg-darwin-3.8-zmq-requirements - name: Darwin Packaging Py3.8 ZeroMQ Requirements - files: ^(requirements/((base|zeromq|crypto|darwin|pyobjc)\.txt|static/pkg/(darwin\.in|py3\.8/darwin\.txt)))$ - pass_filenames: false - args: - - -v - - --py-version=3.8 - - --platform=darwin - - --include=requirements/darwin.txt - - --include=requirements/pyobjc.txt - - --passthrough-line-from-input=^pyobjc(.*)$ - - requirements/static/pkg/darwin.in - - id: pip-tools-compile alias: compile-pkg-darwin-3.9-zmq-requirements name: Darwin Packaging Py3.9 ZeroMQ Requirements @@ -550,43 +522,6 @@ repos: - --pip-args=--constraint=requirements/static/ci/py{py_version}/freebsd.txt - requirements/static/ci/crypto.in - - - id: pip-tools-compile - alias: compile-ci-darwin-py3.7-zmq-requirements - name: Darwin CI Py3.7 ZeroMQ Requirements - files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(darwin|common)\.in|pkg/py3\.7/darwin\.txt)))$ - pass_filenames: false - args: - - -v - - --py-version=3.7 - - --platform=darwin - - --include=requirements/darwin.txt - - --include=requirements/pyobjc.txt - - --include=requirements/pytest.txt - - --include=requirements/static/pkg/darwin.in - - --include=requirements/static/ci/common.in - - --passthrough-line-from-input=^pyobjc(.*)$ - - --pip-args=--constraint=requirements/static/pkg/py{py_version}/darwin.txt - - requirements/static/ci/darwin.in - - - id: pip-tools-compile - alias: compile-ci-darwin-py3.8-zmq-requirements - name: Darwin CI Py3.8 ZeroMQ Requirements - files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(darwin|common)\.in|pkg/py3\.8/darwin\.txt)))$ - pass_filenames: false - args: - - -v - - --py-version=3.8 - - --platform=darwin - - --include=requirements/darwin.txt - - --include=requirements/pyobjc.txt - - --include=requirements/pytest.txt - - --include=requirements/static/pkg/darwin.in - - --include=requirements/static/ci/common.in - - --passthrough-line-from-input=^pyobjc(.*)$ - - --pip-args=--constraint=requirements/static/pkg/py{py_version}/darwin.txt - - requirements/static/ci/darwin.in - - id: pip-tools-compile alias: compile-ci-darwin-py3.9-zmq-requirements name: Darwin CI Py3.9 ZeroMQ Requirements @@ -623,32 +558,6 @@ repos: - --pip-args=--constraint=requirements/static/pkg/py{py_version}/darwin.txt - requirements/static/ci/darwin.in - - id: pip-tools-compile - alias: compile-ci-darwin-crypto-py3.7-requirements - name: Darwin CI Py3.7 Crypto Requirements - files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.7/darwin-crypto\.txt))$ - pass_filenames: false - args: - - -v - - --py-version=3.7 - - --platform=darwin - - --out-prefix=darwin - - --pip-args=--constraint=requirements/static/ci/py{py_version}/darwin.txt - - requirements/static/ci/crypto.in - - - id: pip-tools-compile - alias: compile-ci-darwin-crypto-py3.8-requirements - name: Darwin CI Py3.8 Crypto Requirements - files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.8/darwin-crypto\.txt))$ - pass_filenames: false - args: - - -v - - --py-version=3.8 - - --platform=darwin - - --out-prefix=darwin - - --pip-args=--constraint=requirements/static/ci/py{py_version}/darwin.txt - - requirements/static/ci/crypto.in - - id: pip-tools-compile alias: compile-ci-darwin-crypto-py3.9-requirements name: Darwin CI Py3.9 Crypto Requirements diff --git a/requirements/static/ci/py3.7/darwin-crypto.txt b/requirements/static/ci/py3.7/darwin-crypto.txt deleted file mode 100644 index 2c9de21b3a2..00000000000 --- a/requirements/static/ci/py3.7/darwin-crypto.txt +++ /dev/null @@ -1,10 +0,0 @@ -# -# This file is autogenerated by pip-compile -# To update, run: -# -# pip-compile --output-file=requirements/static/ci/py3.7/darwin-crypto.txt --pip-args='--constraint=requirements/static/ci/py3.7/darwin.txt' requirements/static/ci/crypto.in -# -m2crypto==0.35.2 - # via -r requirements/static/ci/crypto.in -pycryptodome==3.9.7 - # via -r requirements/static/ci/crypto.in diff --git a/requirements/static/ci/py3.7/darwin.txt b/requirements/static/ci/py3.7/darwin.txt deleted file mode 100644 index a2e6b4f6dc1..00000000000 --- a/requirements/static/ci/py3.7/darwin.txt +++ /dev/null @@ -1,1020 +0,0 @@ -# -# This file is autogenerated by pip-compile -# To update, run: -# -# pip-compile --output-file=requirements/static/ci/py3.7/darwin.txt --pip-args='--constraint=requirements/static/pkg/py3.7/darwin.txt' requirements/darwin.txt requirements/pyobjc.txt requirements/pytest.txt requirements/static/ci/common.in requirements/static/ci/darwin.in requirements/static/pkg/darwin.in -# -adal==1.2.5 - # via - # azure-datalake-store - # msrestazure -apache-libcloud==2.5.0 ; sys_platform != "win32" - # via - # -r requirements/darwin.txt - # -r requirements/static/ci/common.in -asn1crypto==1.3.0 - # via - # certvalidator - # oscrypto -attrs==20.3.0 - # via - # jsonschema - # pytest - # pytest-salt-factories - # pytest-skip-markers -azure-applicationinsights==0.1.0 - # via azure -azure-batch==4.1.3 - # via azure -azure-common==1.1.26 - # via - # azure-applicationinsights - # azure-batch - # azure-cosmosdb-table - # azure-eventgrid - # azure-graphrbac - # azure-keyvault - # azure-loganalytics - # azure-mgmt-advisor - # azure-mgmt-applicationinsights - # azure-mgmt-authorization - # azure-mgmt-batch - # azure-mgmt-batchai - # azure-mgmt-billing - # azure-mgmt-cdn - # azure-mgmt-cognitiveservices - # azure-mgmt-commerce - # azure-mgmt-compute - # azure-mgmt-consumption - # azure-mgmt-containerinstance - # azure-mgmt-containerregistry - # azure-mgmt-containerservice - # azure-mgmt-cosmosdb - # azure-mgmt-datafactory - # azure-mgmt-datalake-analytics - # azure-mgmt-datalake-store - # azure-mgmt-datamigration - # azure-mgmt-devspaces - # azure-mgmt-devtestlabs - # azure-mgmt-dns - # azure-mgmt-eventgrid - # azure-mgmt-eventhub - # azure-mgmt-hanaonazure - # azure-mgmt-iotcentral - # azure-mgmt-iothub - # azure-mgmt-iothubprovisioningservices - # azure-mgmt-keyvault - # azure-mgmt-loganalytics - # azure-mgmt-logic - # azure-mgmt-machinelearningcompute - # azure-mgmt-managementgroups - # azure-mgmt-managementpartner - # azure-mgmt-maps - # azure-mgmt-marketplaceordering - # azure-mgmt-media - # azure-mgmt-monitor - # azure-mgmt-msi - # azure-mgmt-network - # azure-mgmt-notificationhubs - # azure-mgmt-policyinsights - # azure-mgmt-powerbiembedded - # azure-mgmt-rdbms - # azure-mgmt-recoveryservices - # azure-mgmt-recoveryservicesbackup - # azure-mgmt-redis - # azure-mgmt-relay - # azure-mgmt-reservations - # azure-mgmt-resource - # azure-mgmt-scheduler - # azure-mgmt-search - # azure-mgmt-servicebus - # azure-mgmt-servicefabric - # azure-mgmt-signalr - # azure-mgmt-sql - # azure-mgmt-storage - # azure-mgmt-subscription - # azure-mgmt-trafficmanager - # azure-mgmt-web - # azure-servicebus - # azure-servicefabric - # azure-servicemanagement-legacy - # azure-storage-blob - # azure-storage-common - # azure-storage-file - # azure-storage-queue -azure-cosmosdb-nspkg==2.0.2 - # via azure-cosmosdb-table -azure-cosmosdb-table==1.0.6 - # via azure -azure-datalake-store==0.0.51 - # via azure -azure-eventgrid==1.3.0 - # via azure -azure-graphrbac==0.40.0 - # via azure -azure-keyvault==1.1.0 - # via azure -azure-loganalytics==0.1.0 - # via azure -azure-mgmt-advisor==1.0.1 - # via azure-mgmt -azure-mgmt-applicationinsights==0.1.1 - # via azure-mgmt -azure-mgmt-authorization==0.50.0 - # via azure-mgmt -azure-mgmt-batch==5.0.1 - # via azure-mgmt -azure-mgmt-batchai==2.0.0 - # via azure-mgmt -azure-mgmt-billing==0.2.0 - # via azure-mgmt -azure-mgmt-cdn==3.1.0 - # via azure-mgmt -azure-mgmt-cognitiveservices==3.0.0 - # via azure-mgmt -azure-mgmt-commerce==1.0.1 - # via azure-mgmt -azure-mgmt-compute==4.6.2 - # via azure-mgmt -azure-mgmt-consumption==2.0.0 - # via azure-mgmt -azure-mgmt-containerinstance==1.5.0 - # via azure-mgmt -azure-mgmt-containerregistry==2.8.0 - # via azure-mgmt -azure-mgmt-containerservice==4.4.0 - # via azure-mgmt -azure-mgmt-cosmosdb==0.4.1 - # via azure-mgmt -azure-mgmt-datafactory==0.6.0 - # via azure-mgmt -azure-mgmt-datalake-analytics==0.6.0 - # via azure-mgmt -azure-mgmt-datalake-nspkg==3.0.1 - # via - # azure-mgmt-datalake-analytics - # azure-mgmt-datalake-store -azure-mgmt-datalake-store==0.5.0 - # via azure-mgmt -azure-mgmt-datamigration==1.0.0 - # via azure-mgmt -azure-mgmt-devspaces==0.1.0 - # via azure-mgmt -azure-mgmt-devtestlabs==2.2.0 - # via azure-mgmt -azure-mgmt-dns==2.1.0 - # via azure-mgmt -azure-mgmt-eventgrid==1.0.0 - # via azure-mgmt -azure-mgmt-eventhub==2.6.0 - # via azure-mgmt -azure-mgmt-hanaonazure==0.1.1 - # via azure-mgmt -azure-mgmt-iotcentral==0.1.0 - # via azure-mgmt -azure-mgmt-iothub==0.5.0 - # via azure-mgmt -azure-mgmt-iothubprovisioningservices==0.2.0 - # via azure-mgmt -azure-mgmt-keyvault==1.1.0 - # via azure-mgmt -azure-mgmt-loganalytics==0.2.0 - # via azure-mgmt -azure-mgmt-logic==3.0.0 - # via azure-mgmt -azure-mgmt-machinelearningcompute==0.4.1 - # via azure-mgmt -azure-mgmt-managementgroups==0.1.0 - # via azure-mgmt -azure-mgmt-managementpartner==0.1.1 - # via azure-mgmt -azure-mgmt-maps==0.1.0 - # via azure-mgmt -azure-mgmt-marketplaceordering==0.1.0 - # via azure-mgmt -azure-mgmt-media==1.0.0 - # via azure-mgmt -azure-mgmt-monitor==0.5.2 - # via azure-mgmt -azure-mgmt-msi==0.2.0 - # via azure-mgmt -azure-mgmt-network==2.7.0 - # via azure-mgmt -azure-mgmt-notificationhubs==2.1.0 - # via azure-mgmt -azure-mgmt-nspkg==3.0.2 - # via - # azure-mgmt-advisor - # azure-mgmt-applicationinsights - # azure-mgmt-authorization - # azure-mgmt-batch - # azure-mgmt-batchai - # azure-mgmt-billing - # azure-mgmt-cognitiveservices - # azure-mgmt-commerce - # azure-mgmt-consumption - # azure-mgmt-cosmosdb - # azure-mgmt-datafactory - # azure-mgmt-datalake-nspkg - # azure-mgmt-datamigration - # azure-mgmt-devspaces - # azure-mgmt-devtestlabs - # azure-mgmt-dns - # azure-mgmt-eventgrid - # azure-mgmt-hanaonazure - # azure-mgmt-iotcentral - # azure-mgmt-iothub - # azure-mgmt-iothubprovisioningservices - # azure-mgmt-keyvault - # azure-mgmt-loganalytics - # azure-mgmt-logic - # azure-mgmt-machinelearningcompute - # azure-mgmt-managementgroups - # azure-mgmt-maps - # azure-mgmt-marketplaceordering - # azure-mgmt-monitor - # azure-mgmt-msi - # azure-mgmt-policyinsights - # azure-mgmt-powerbiembedded - # azure-mgmt-recoveryservices - # azure-mgmt-recoveryservicesbackup - # azure-mgmt-redis - # azure-mgmt-relay - # azure-mgmt-reservations - # azure-mgmt-scheduler - # azure-mgmt-servicefabric - # azure-mgmt-signalr - # azure-mgmt-sql - # azure-mgmt-storage - # azure-mgmt-subscription - # azure-mgmt-trafficmanager - # azure-mgmt-web -azure-mgmt-policyinsights==0.1.0 - # via azure-mgmt -azure-mgmt-powerbiembedded==2.0.0 - # via azure-mgmt -azure-mgmt-rdbms==1.9.0 - # via azure-mgmt -azure-mgmt-recoveryservices==0.3.0 - # via azure-mgmt -azure-mgmt-recoveryservicesbackup==0.3.0 - # via azure-mgmt -azure-mgmt-redis==5.0.0 - # via azure-mgmt -azure-mgmt-relay==0.1.0 - # via azure-mgmt -azure-mgmt-reservations==0.2.1 - # via azure-mgmt -azure-mgmt-resource==2.2.0 - # via azure-mgmt -azure-mgmt-scheduler==2.0.0 - # via azure-mgmt -azure-mgmt-search==2.1.0 - # via azure-mgmt -azure-mgmt-servicebus==0.5.3 - # via azure-mgmt -azure-mgmt-servicefabric==0.2.0 - # via azure-mgmt -azure-mgmt-signalr==0.1.1 - # via azure-mgmt -azure-mgmt-sql==0.9.1 - # via azure-mgmt -azure-mgmt-storage==2.0.0 - # via azure-mgmt -azure-mgmt-subscription==0.2.0 - # via azure-mgmt -azure-mgmt-trafficmanager==0.50.0 - # via azure-mgmt -azure-mgmt-web==0.35.0 - # via azure-mgmt -azure-mgmt==4.0.0 - # via azure -azure-nspkg==3.0.2 - # via - # azure-applicationinsights - # azure-batch - # azure-cosmosdb-nspkg - # azure-graphrbac - # azure-keyvault - # azure-loganalytics - # azure-mgmt-nspkg - # azure-servicebus - # azure-servicefabric - # azure-servicemanagement-legacy -azure-servicebus==0.21.1 - # via azure -azure-servicefabric==6.3.0.0 - # via azure -azure-servicemanagement-legacy==0.20.7 - # via azure -azure-storage-blob==1.5.0 - # via azure -azure-storage-common==1.4.2 - # via - # azure-storage-blob - # azure-storage-file - # azure-storage-queue -azure-storage-file==1.4.0 - # via azure -azure-storage-queue==1.4.0 - # via azure -azure==4.0.0 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -backports.entry-points-selectable==1.1.0 - # via virtualenv -bcrypt==3.1.6 - # via paramiko -boto3==1.17.67 ; python_version >= "3.6" - # via - # -r requirements/static/ci/common.in - # moto -boto==2.49.0 - # via -r requirements/static/ci/common.in -botocore==1.20.67 - # via - # boto3 - # moto - # s3transfer -cached-property==1.5.2 - # via pygit2 -cachetools==3.1.0 - # via google-auth -cassandra-driver==3.23.0 - # via -r requirements/static/ci/common.in -certifi==2021.5.30 - # via - # -r requirements/static/ci/common.in - # kubernetes - # msrest - # requests -certvalidator==0.11.1 - # via vcert -cffi==1.14.6 - # via - # -r requirements/static/ci/common.in - # azure-datalake-store - # bcrypt - # cryptography - # napalm - # pygit2 - # pynacl -chardet==3.0.4 - # via requests -cheetah3==3.2.6.post2 - # via -r requirements/static/ci/common.in -cheroot==8.5.2 - # via cherrypy -cherrypy==18.6.1 - # via - # -r requirements/darwin.txt - # -r requirements/static/ci/common.in -ciscoconfparse==1.5.19 - # via napalm -click==7.0 - # via geomet -clustershell==1.8.1 - # via -r requirements/static/ci/common.in -colorama==0.4.3 - # via ciscoconfparse -contextvars==2.4 - # via -r requirements/base.txt -croniter==0.3.29 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -cryptography==3.3.2 - # via - # -r requirements/darwin.txt - # adal - # azure-cosmosdb-table - # azure-keyvault - # azure-storage-common - # moto - # paramiko - # pyopenssl - # vcert -distlib==0.3.2 - # via virtualenv -distro==1.5.0 - # via - # -r requirements/base.txt - # pytest-skip-markers -dnspython==1.16.0 - # via - # -r requirements/static/ci/common.in - # ciscoconfparse - # python-etcd -docker-pycreds==0.4.0 - # via docker -docker==3.7.2 - # via -r requirements/static/ci/common.in -filelock==3.0.12 - # via virtualenv -flaky==3.7.0 - # via -r requirements/pytest.txt -future==0.17.1 - # via - # napalm - # textfsm -genshi==0.7.5 - # via -r requirements/static/ci/common.in -geomet==0.1.2 - # via cassandra-driver -gitdb==4.0.5 - # via gitpython -gitpython==3.1.12 - # via - # -r requirements/darwin.txt - # -r requirements/static/ci/common.in -google-auth==1.6.3 - # via kubernetes -hglib==2.6.1 - # via -r requirements/static/ci/darwin.in -idna==2.8 - # via - # -r requirements/darwin.txt - # requests -immutables==0.15 - # via contextvars -importlib-metadata==4.6.4 ; python_version >= "3.6" and python_version < "3.10" - # via - # -r requirements/darwin.txt - # backports.entry-points-selectable - # jsonschema - # moto - # pluggy - # pytest - # virtualenv -iniconfig==1.0.1 - # via pytest -ipaddress==1.0.22 - # via kubernetes -isodate==0.6.0 - # via msrest -jaraco.classes==3.2.1 - # via jaraco.collections -jaraco.collections==3.4.0 - # via cherrypy -jaraco.functools==2.0 - # via - # cheroot - # jaraco.text - # tempora -jaraco.text==3.5.1 - # via jaraco.collections -jinja2==3.1.0 - # via - # -r requirements/base.txt - # junos-eznc - # moto - # napalm -jmespath==0.9.4 - # via - # -r requirements/static/ci/common.in - # boto3 - # botocore -jsonschema==3.2.0 - # via -r requirements/static/ci/common.in -junos-eznc==2.4.0 ; sys_platform != "win32" and python_version <= "3.9" - # via - # -r requirements/static/ci/common.in - # napalm -jxmlease==1.0.1 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -keyring==5.7.1 - # via -r requirements/static/ci/common.in -kubernetes==3.0.0 - # via -r requirements/static/ci/common.in -linode-python==1.1.1 - # via -r requirements/darwin.txt -lxml==4.7.1 - # via - # junos-eznc - # napalm - # ncclient -mako==1.1.4 - # via - # -r requirements/darwin.txt - # -r requirements/static/ci/common.in -markupsafe==2.0.1 - # via - # -r requirements/base.txt - # jinja2 - # mako - # moto -mercurial==6.0.1 - # via -r requirements/static/ci/darwin.in -mock==3.0.5 - # via -r requirements/pytest.txt -more-itertools==8.2.0 - # via - # cheroot - # cherrypy - # jaraco.classes - # jaraco.functools -moto==3.0.1 ; python_version >= "3.6" - # via -r requirements/static/ci/common.in -msgpack==1.0.2 - # via - # -r requirements/base.txt - # pytest-salt-factories -msrest==0.6.19 - # via - # azure-applicationinsights - # azure-eventgrid - # azure-keyvault - # azure-loganalytics - # azure-mgmt-cdn - # azure-mgmt-compute - # azure-mgmt-containerinstance - # azure-mgmt-containerregistry - # azure-mgmt-containerservice - # azure-mgmt-dns - # azure-mgmt-eventhub - # azure-mgmt-keyvault - # azure-mgmt-managementpartner - # azure-mgmt-media - # azure-mgmt-network - # azure-mgmt-notificationhubs - # azure-mgmt-rdbms - # azure-mgmt-resource - # azure-mgmt-search - # azure-mgmt-servicebus - # azure-mgmt-servicefabric - # azure-mgmt-signalr - # azure-servicefabric - # msrestazure -msrestazure==0.6.4 - # via - # azure-batch - # azure-eventgrid - # azure-graphrbac - # azure-keyvault - # azure-mgmt-advisor - # azure-mgmt-applicationinsights - # azure-mgmt-authorization - # azure-mgmt-batch - # azure-mgmt-batchai - # azure-mgmt-billing - # azure-mgmt-cdn - # azure-mgmt-cognitiveservices - # azure-mgmt-commerce - # azure-mgmt-compute - # azure-mgmt-consumption - # azure-mgmt-containerinstance - # azure-mgmt-containerregistry - # azure-mgmt-containerservice - # azure-mgmt-cosmosdb - # azure-mgmt-datafactory - # azure-mgmt-datalake-analytics - # azure-mgmt-datalake-store - # azure-mgmt-datamigration - # azure-mgmt-devspaces - # azure-mgmt-devtestlabs - # azure-mgmt-dns - # azure-mgmt-eventgrid - # azure-mgmt-eventhub - # azure-mgmt-hanaonazure - # azure-mgmt-iotcentral - # azure-mgmt-iothub - # azure-mgmt-iothubprovisioningservices - # azure-mgmt-keyvault - # azure-mgmt-loganalytics - # azure-mgmt-logic - # azure-mgmt-machinelearningcompute - # azure-mgmt-managementgroups - # azure-mgmt-managementpartner - # azure-mgmt-maps - # azure-mgmt-marketplaceordering - # azure-mgmt-media - # azure-mgmt-monitor - # azure-mgmt-msi - # azure-mgmt-network - # azure-mgmt-notificationhubs - # azure-mgmt-policyinsights - # azure-mgmt-powerbiembedded - # azure-mgmt-rdbms - # azure-mgmt-recoveryservices - # azure-mgmt-recoveryservicesbackup - # azure-mgmt-redis - # azure-mgmt-relay - # azure-mgmt-reservations - # azure-mgmt-resource - # azure-mgmt-scheduler - # azure-mgmt-search - # azure-mgmt-servicebus - # azure-mgmt-servicefabric - # azure-mgmt-signalr - # azure-mgmt-sql - # azure-mgmt-storage - # azure-mgmt-subscription - # azure-mgmt-trafficmanager - # azure-mgmt-web -napalm==3.1.0 ; sys_platform != "win32" and python_version > "3.6" and python_version < "3.10" - # via -r requirements/static/ci/common.in -ncclient==0.6.4 - # via junos-eznc -netaddr==0.7.19 - # via - # junos-eznc - # napalm - # pyeapi -netmiko==3.2.0 - # via napalm -ntc-templates==1.4.0 - # via junos-eznc -oauthlib==3.1.0 - # via requests-oauthlib -oscrypto==1.2.0 - # via certvalidator -packaging==19.2 - # via pytest -paramiko==2.10.1 - # via - # junos-eznc - # napalm - # ncclient - # netmiko - # scp -passlib==1.7.2 ; sys_platform != "win32" - # via - # -r requirements/static/ci/common.in - # ciscoconfparse -pathspec==0.9.0 - # via yamllint -pathtools==0.1.2 - # via watchdog -platformdirs==2.2.0 - # via virtualenv -pluggy==0.13.1 - # via pytest -portend==2.6 - # via cherrypy -psutil==5.8.0 - # via - # -r requirements/base.txt - # pytest-salt-factories -py==1.10.0 - # via pytest -pyasn1-modules==0.2.4 - # via google-auth -pyasn1==0.4.8 - # via - # -r requirements/darwin.txt - # pyasn1-modules - # rsa -pycparser==2.19 - # via - # -r requirements/darwin.txt - # cffi -pycryptodomex==3.9.8 - # via -r requirements/crypto.txt -pycurl==7.43.0.6 ; python_version <= "3.9" - # via -r requirements/static/ci/common.in -pyeapi==0.8.3 - # via napalm -pygit2==1.5.0 ; python_version >= "3.7" - # via -r requirements/static/ci/darwin.in -pyjwt==2.0.0 - # via adal -pynacl==1.3.0 - # via paramiko -pyopenssl==19.0.0 - # via -r requirements/darwin.txt -pyparsing==2.4.5 - # via - # junos-eznc - # packaging -pyrsistent==0.17.3 - # via jsonschema -pyserial==3.4 - # via - # junos-eznc - # netmiko -pytest-helpers-namespace==2021.4.29 - # via - # -r requirements/pytest.txt - # pytest-salt-factories -pytest-httpserver==1.0.4 - # via -r requirements/pytest.txt -pytest-salt-factories==0.912.1 - # via -r requirements/pytest.txt -pytest-skip-markers==1.2.0 - # via pytest-salt-factories -pytest-subtests==0.4.0 - # via -r requirements/pytest.txt -pytest-tempdir==2019.10.12 - # via - # -r requirements/pytest.txt - # pytest-salt-factories -pytest-timeout==1.4.2 - # via -r requirements/pytest.txt -pytest==6.1.2 ; python_version <= "3.9" - # via - # -r requirements/pytest.txt - # pytest-helpers-namespace - # pytest-salt-factories - # pytest-skip-markers - # pytest-subtests - # pytest-tempdir - # pytest-timeout -python-dateutil==2.8.0 - # via - # -r requirements/darwin.txt - # adal - # azure-cosmosdb-table - # azure-storage-common - # botocore - # croniter - # kubernetes - # moto - # vcert -python-etcd==0.4.5 - # via -r requirements/static/ci/common.in -python-gnupg==0.4.8 - # via -r requirements/darwin.txt -pytz==2021.1 - # via - # moto - # tempora -pyvmomi==6.7.1.2018.12 - # via -r requirements/static/ci/common.in -pyyaml==5.4.1 - # via - # -r requirements/base.txt - # clustershell - # junos-eznc - # kubernetes - # napalm - # yamllint - # yamlordereddictloader -pyzmq==18.0.1 ; python_version < "3.9" - # via - # -r requirements/zeromq.txt - # pytest-salt-factories -requests-oauthlib==1.3.0 - # via msrest -requests==2.25.1 - # via - # -r requirements/base.txt - # -r requirements/static/ci/common.in - # adal - # apache-libcloud - # azure-cosmosdb-table - # azure-datalake-store - # azure-keyvault - # azure-servicebus - # azure-servicemanagement-legacy - # azure-storage-common - # docker - # kubernetes - # moto - # msrest - # napalm - # pyvmomi - # requests-oauthlib - # responses - # vcert - # vultr -responses==0.10.6 - # via moto -rfc3987==1.3.8 - # via -r requirements/static/ci/common.in -rsa==4.7.2 - # via google-auth -s3transfer==0.4.2 - # via boto3 -scp==0.13.2 - # via - # junos-eznc - # napalm - # netmiko -setproctitle==1.1.10 - # via -r requirements/darwin.txt -six==1.16.0 - # via - # bcrypt - # cassandra-driver - # cheroot - # cryptography - # docker - # docker-pycreds - # genshi - # geomet - # google-auth - # isodate - # jsonschema - # junos-eznc - # kubernetes - # mock - # msrestazure - # ncclient - # packaging - # paramiko - # pynacl - # pyopenssl - # python-dateutil - # pyvmomi - # responses - # textfsm - # transitions - # vcert - # virtualenv - # websocket-client -smmap==3.0.2 - # via gitdb -sqlparse==0.4.2 - # via -r requirements/static/ci/common.in -strict-rfc3339==0.7 - # via -r requirements/static/ci/common.in -tempora==4.1.1 - # via portend -terminal==0.4.0 - # via ntc-templates -textfsm==1.1.0 - # via - # napalm - # netmiko - # ntc-templates -timelib==0.2.5 - # via -r requirements/darwin.txt -toml==0.10.2 - # via - # -r requirements/static/ci/common.in - # pytest -transitions==0.8.1 - # via junos-eznc -typing-extensions==3.10.0.0 - # via importlib-metadata -urllib3==1.26.6 - # via - # botocore - # kubernetes - # python-etcd - # requests -vcert==0.7.4 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -virtualenv==20.7.2 - # via - # -r requirements/static/ci/common.in - # pytest-salt-factories -vultr==1.0.1 - # via -r requirements/darwin.txt -watchdog==0.10.3 - # via -r requirements/static/ci/common.in -websocket-client==0.40.0 - # via - # docker - # kubernetes -werkzeug==2.0.3 - # via - # moto - # pytest-httpserver -xmltodict==0.12.0 - # via moto -yamllint==1.26.3 - # via -r requirements/static/ci/darwin.in -yamlordereddictloader==0.4.0 - # via - # -r requirements/static/ci/darwin.in - # junos-eznc -zc.lockfile==2.0 - # via cherrypy -zipp==3.5.0 - # via importlib-metadata - -# The following packages are considered to be unsafe in a requirements file: -# setuptools -# Passthrough dependencies from requirements/pyobjc.txt -pyobjc-core==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-accessibility==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-accounts==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-addressbook==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-adservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-adsupport==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-applescriptkit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-applescriptobjc==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-applicationservices==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-apptrackingtransparency==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-authenticationservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-automaticassessmentconfiguration==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-automator==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-avfoundation==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "16.0" -pyobjc-framework-avkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-businesschat==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-calendarstore==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-callkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-cfnetwork==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-classkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-cloudkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-cocoa==7.2 -pyobjc-framework-collaboration==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-colorsync==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-contacts==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-contactsui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-coreaudio==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-coreaudiokit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-corebluetooth==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-coredata==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-corehaptics==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-corelocation==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-coremedia==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-coremediaio==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-coremidi==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-coreml==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-coremotion==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-coreservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-corespotlight==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-coretext==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-corewlan==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-cryptotokenkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-devicecheck==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-dictionaryservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-discrecording==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-discrecordingui==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-diskarbitration==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-dvdplayback==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-eventkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-exceptionhandling==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-executionpolicy==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-externalaccessory==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-fileprovider==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-fileproviderui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-findersync==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-fsevents==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-gamecenter==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-gamecontroller==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-gamekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-gameplaykit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-imagecapturecore==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-imserviceplugin==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-inputmethodkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-installerplugins==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-instantmessage==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-intents==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "16.0" -pyobjc-framework-interfacebuilderkit==7.2; platform_release >= "9.0" and platform_release < "11.0" and sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-iosurface==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-ituneslibrary==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-kernelmanagement==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-latentsemanticmapping==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-launchservices==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-libdispatch==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-linkpresentation==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-localauthentication==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-mapkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-mediaaccessibility==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-medialibrary==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-mediaplayer==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "16.0" -pyobjc-framework-mediatoolbox==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-message==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release < "13.0" -pyobjc-framework-metal==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-metalkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-metalperformanceshaders==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-metalperformanceshadersgraph==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-mlcompute==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-modelio==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-multipeerconnectivity==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-naturallanguage==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-netfs==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-network==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-networkextension==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-notificationcenter==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-opendirectory==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-osakit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-oslog==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-passkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-pencilkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-photos==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-photosui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-preferencepanes==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-pubsub==7.2; platform_release >= "9.0" and platform_release < "18.0" and sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-pushkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-quartz==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-quicklookthumbnailing==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-replaykit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-safariservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-scenekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-screensaver==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-screentime==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-scriptingbridge==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-searchkit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-security==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-securityfoundation==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-securityinterface==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-servernotification==7.2; platform_release >= "10.0" and platform_release < "13.0" and sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-servicemanagement==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-social==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-soundanalysis==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-speech==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-spritekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-storekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-syncservices==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-systemconfiguration==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-systemextensions==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-uniformtypeidentifiers==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-usernotifications==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-usernotificationsui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-videosubscriberaccount==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-videotoolbox==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-virtualization==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-vision==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-webkit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc==7.2; sys_platform == "darwin" and python_version >= "3.7" diff --git a/requirements/static/ci/py3.8/darwin-crypto.txt b/requirements/static/ci/py3.8/darwin-crypto.txt deleted file mode 100644 index e62ee631220..00000000000 --- a/requirements/static/ci/py3.8/darwin-crypto.txt +++ /dev/null @@ -1,10 +0,0 @@ -# -# This file is autogenerated by pip-compile -# To update, run: -# -# pip-compile --output-file=requirements/static/ci/py3.8/darwin-crypto.txt --pip-args='--constraint=requirements/static/ci/py3.8/darwin.txt' requirements/static/ci/crypto.in -# -m2crypto==0.35.2 - # via -r requirements/static/ci/crypto.in -pycryptodome==3.9.7 - # via -r requirements/static/ci/crypto.in diff --git a/requirements/static/ci/py3.8/darwin.txt b/requirements/static/ci/py3.8/darwin.txt deleted file mode 100644 index 709be123b8b..00000000000 --- a/requirements/static/ci/py3.8/darwin.txt +++ /dev/null @@ -1,1011 +0,0 @@ -# -# This file is autogenerated by pip-compile -# To update, run: -# -# pip-compile --output-file=requirements/static/ci/py3.8/darwin.txt --pip-args='--constraint=requirements/static/pkg/py3.8/darwin.txt' requirements/darwin.txt requirements/pyobjc.txt requirements/pytest.txt requirements/static/ci/common.in requirements/static/ci/darwin.in requirements/static/pkg/darwin.in -# -adal==1.2.5 - # via - # azure-datalake-store - # msrestazure -apache-libcloud==2.5.0 ; sys_platform != "win32" - # via - # -r requirements/darwin.txt - # -r requirements/static/ci/common.in -asn1crypto==1.3.0 - # via - # certvalidator - # oscrypto -attrs==20.3.0 - # via - # jsonschema - # pytest - # pytest-salt-factories - # pytest-skip-markers -azure-applicationinsights==0.1.0 - # via azure -azure-batch==4.1.3 - # via azure -azure-common==1.1.26 - # via - # azure-applicationinsights - # azure-batch - # azure-cosmosdb-table - # azure-eventgrid - # azure-graphrbac - # azure-keyvault - # azure-loganalytics - # azure-mgmt-advisor - # azure-mgmt-applicationinsights - # azure-mgmt-authorization - # azure-mgmt-batch - # azure-mgmt-batchai - # azure-mgmt-billing - # azure-mgmt-cdn - # azure-mgmt-cognitiveservices - # azure-mgmt-commerce - # azure-mgmt-compute - # azure-mgmt-consumption - # azure-mgmt-containerinstance - # azure-mgmt-containerregistry - # azure-mgmt-containerservice - # azure-mgmt-cosmosdb - # azure-mgmt-datafactory - # azure-mgmt-datalake-analytics - # azure-mgmt-datalake-store - # azure-mgmt-datamigration - # azure-mgmt-devspaces - # azure-mgmt-devtestlabs - # azure-mgmt-dns - # azure-mgmt-eventgrid - # azure-mgmt-eventhub - # azure-mgmt-hanaonazure - # azure-mgmt-iotcentral - # azure-mgmt-iothub - # azure-mgmt-iothubprovisioningservices - # azure-mgmt-keyvault - # azure-mgmt-loganalytics - # azure-mgmt-logic - # azure-mgmt-machinelearningcompute - # azure-mgmt-managementgroups - # azure-mgmt-managementpartner - # azure-mgmt-maps - # azure-mgmt-marketplaceordering - # azure-mgmt-media - # azure-mgmt-monitor - # azure-mgmt-msi - # azure-mgmt-network - # azure-mgmt-notificationhubs - # azure-mgmt-policyinsights - # azure-mgmt-powerbiembedded - # azure-mgmt-rdbms - # azure-mgmt-recoveryservices - # azure-mgmt-recoveryservicesbackup - # azure-mgmt-redis - # azure-mgmt-relay - # azure-mgmt-reservations - # azure-mgmt-resource - # azure-mgmt-scheduler - # azure-mgmt-search - # azure-mgmt-servicebus - # azure-mgmt-servicefabric - # azure-mgmt-signalr - # azure-mgmt-sql - # azure-mgmt-storage - # azure-mgmt-subscription - # azure-mgmt-trafficmanager - # azure-mgmt-web - # azure-servicebus - # azure-servicefabric - # azure-servicemanagement-legacy - # azure-storage-blob - # azure-storage-common - # azure-storage-file - # azure-storage-queue -azure-cosmosdb-nspkg==2.0.2 - # via azure-cosmosdb-table -azure-cosmosdb-table==1.0.6 - # via azure -azure-datalake-store==0.0.51 - # via azure -azure-eventgrid==1.3.0 - # via azure -azure-graphrbac==0.40.0 - # via azure -azure-keyvault==1.1.0 - # via azure -azure-loganalytics==0.1.0 - # via azure -azure-mgmt-advisor==1.0.1 - # via azure-mgmt -azure-mgmt-applicationinsights==0.1.1 - # via azure-mgmt -azure-mgmt-authorization==0.50.0 - # via azure-mgmt -azure-mgmt-batch==5.0.1 - # via azure-mgmt -azure-mgmt-batchai==2.0.0 - # via azure-mgmt -azure-mgmt-billing==0.2.0 - # via azure-mgmt -azure-mgmt-cdn==3.1.0 - # via azure-mgmt -azure-mgmt-cognitiveservices==3.0.0 - # via azure-mgmt -azure-mgmt-commerce==1.0.1 - # via azure-mgmt -azure-mgmt-compute==4.6.2 - # via azure-mgmt -azure-mgmt-consumption==2.0.0 - # via azure-mgmt -azure-mgmt-containerinstance==1.5.0 - # via azure-mgmt -azure-mgmt-containerregistry==2.8.0 - # via azure-mgmt -azure-mgmt-containerservice==4.4.0 - # via azure-mgmt -azure-mgmt-cosmosdb==0.4.1 - # via azure-mgmt -azure-mgmt-datafactory==0.6.0 - # via azure-mgmt -azure-mgmt-datalake-analytics==0.6.0 - # via azure-mgmt -azure-mgmt-datalake-nspkg==3.0.1 - # via - # azure-mgmt-datalake-analytics - # azure-mgmt-datalake-store -azure-mgmt-datalake-store==0.5.0 - # via azure-mgmt -azure-mgmt-datamigration==1.0.0 - # via azure-mgmt -azure-mgmt-devspaces==0.1.0 - # via azure-mgmt -azure-mgmt-devtestlabs==2.2.0 - # via azure-mgmt -azure-mgmt-dns==2.1.0 - # via azure-mgmt -azure-mgmt-eventgrid==1.0.0 - # via azure-mgmt -azure-mgmt-eventhub==2.6.0 - # via azure-mgmt -azure-mgmt-hanaonazure==0.1.1 - # via azure-mgmt -azure-mgmt-iotcentral==0.1.0 - # via azure-mgmt -azure-mgmt-iothub==0.5.0 - # via azure-mgmt -azure-mgmt-iothubprovisioningservices==0.2.0 - # via azure-mgmt -azure-mgmt-keyvault==1.1.0 - # via azure-mgmt -azure-mgmt-loganalytics==0.2.0 - # via azure-mgmt -azure-mgmt-logic==3.0.0 - # via azure-mgmt -azure-mgmt-machinelearningcompute==0.4.1 - # via azure-mgmt -azure-mgmt-managementgroups==0.1.0 - # via azure-mgmt -azure-mgmt-managementpartner==0.1.1 - # via azure-mgmt -azure-mgmt-maps==0.1.0 - # via azure-mgmt -azure-mgmt-marketplaceordering==0.1.0 - # via azure-mgmt -azure-mgmt-media==1.0.0 - # via azure-mgmt -azure-mgmt-monitor==0.5.2 - # via azure-mgmt -azure-mgmt-msi==0.2.0 - # via azure-mgmt -azure-mgmt-network==2.7.0 - # via azure-mgmt -azure-mgmt-notificationhubs==2.1.0 - # via azure-mgmt -azure-mgmt-nspkg==3.0.2 - # via - # azure-mgmt-advisor - # azure-mgmt-applicationinsights - # azure-mgmt-authorization - # azure-mgmt-batch - # azure-mgmt-batchai - # azure-mgmt-billing - # azure-mgmt-cognitiveservices - # azure-mgmt-commerce - # azure-mgmt-consumption - # azure-mgmt-cosmosdb - # azure-mgmt-datafactory - # azure-mgmt-datalake-nspkg - # azure-mgmt-datamigration - # azure-mgmt-devspaces - # azure-mgmt-devtestlabs - # azure-mgmt-dns - # azure-mgmt-eventgrid - # azure-mgmt-hanaonazure - # azure-mgmt-iotcentral - # azure-mgmt-iothub - # azure-mgmt-iothubprovisioningservices - # azure-mgmt-keyvault - # azure-mgmt-loganalytics - # azure-mgmt-logic - # azure-mgmt-machinelearningcompute - # azure-mgmt-managementgroups - # azure-mgmt-maps - # azure-mgmt-marketplaceordering - # azure-mgmt-monitor - # azure-mgmt-msi - # azure-mgmt-policyinsights - # azure-mgmt-powerbiembedded - # azure-mgmt-recoveryservices - # azure-mgmt-recoveryservicesbackup - # azure-mgmt-redis - # azure-mgmt-relay - # azure-mgmt-reservations - # azure-mgmt-scheduler - # azure-mgmt-servicefabric - # azure-mgmt-signalr - # azure-mgmt-sql - # azure-mgmt-storage - # azure-mgmt-subscription - # azure-mgmt-trafficmanager - # azure-mgmt-web -azure-mgmt-policyinsights==0.1.0 - # via azure-mgmt -azure-mgmt-powerbiembedded==2.0.0 - # via azure-mgmt -azure-mgmt-rdbms==1.9.0 - # via azure-mgmt -azure-mgmt-recoveryservices==0.3.0 - # via azure-mgmt -azure-mgmt-recoveryservicesbackup==0.3.0 - # via azure-mgmt -azure-mgmt-redis==5.0.0 - # via azure-mgmt -azure-mgmt-relay==0.1.0 - # via azure-mgmt -azure-mgmt-reservations==0.2.1 - # via azure-mgmt -azure-mgmt-resource==2.2.0 - # via azure-mgmt -azure-mgmt-scheduler==2.0.0 - # via azure-mgmt -azure-mgmt-search==2.1.0 - # via azure-mgmt -azure-mgmt-servicebus==0.5.3 - # via azure-mgmt -azure-mgmt-servicefabric==0.2.0 - # via azure-mgmt -azure-mgmt-signalr==0.1.1 - # via azure-mgmt -azure-mgmt-sql==0.9.1 - # via azure-mgmt -azure-mgmt-storage==2.0.0 - # via azure-mgmt -azure-mgmt-subscription==0.2.0 - # via azure-mgmt -azure-mgmt-trafficmanager==0.50.0 - # via azure-mgmt -azure-mgmt-web==0.35.0 - # via azure-mgmt -azure-mgmt==4.0.0 - # via azure -azure-nspkg==3.0.2 - # via - # azure-applicationinsights - # azure-batch - # azure-cosmosdb-nspkg - # azure-graphrbac - # azure-keyvault - # azure-loganalytics - # azure-mgmt-nspkg - # azure-servicebus - # azure-servicefabric - # azure-servicemanagement-legacy -azure-servicebus==0.21.1 - # via azure -azure-servicefabric==6.3.0.0 - # via azure -azure-servicemanagement-legacy==0.20.7 - # via azure -azure-storage-blob==1.5.0 - # via azure -azure-storage-common==1.4.2 - # via - # azure-storage-blob - # azure-storage-file - # azure-storage-queue -azure-storage-file==1.4.0 - # via azure -azure-storage-queue==1.4.0 - # via azure -azure==4.0.0 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -backports.entry-points-selectable==1.1.0 - # via virtualenv -bcrypt==3.1.6 - # via paramiko -boto3==1.17.67 ; python_version >= "3.6" - # via - # -r requirements/static/ci/common.in - # moto -boto==2.49.0 - # via -r requirements/static/ci/common.in -botocore==1.20.67 - # via - # boto3 - # moto - # s3transfer -cached-property==1.5.2 - # via pygit2 -cachetools==3.1.0 - # via google-auth -cassandra-driver==3.23.0 - # via -r requirements/static/ci/common.in -certifi==2021.5.30 - # via - # -r requirements/static/ci/common.in - # kubernetes - # msrest - # requests -certvalidator==0.11.1 - # via vcert -cffi==1.14.6 - # via - # -r requirements/static/ci/common.in - # azure-datalake-store - # bcrypt - # cryptography - # napalm - # pygit2 - # pynacl -chardet==3.0.4 - # via requests -cheetah3==3.2.6.post2 - # via -r requirements/static/ci/common.in -cheroot==8.5.2 - # via cherrypy -cherrypy==18.6.1 - # via - # -r requirements/darwin.txt - # -r requirements/static/ci/common.in -ciscoconfparse==1.5.19 - # via napalm -click==7.0 - # via geomet -clustershell==1.8.1 - # via -r requirements/static/ci/common.in -colorama==0.4.3 - # via ciscoconfparse -contextvars==2.4 - # via -r requirements/base.txt -croniter==0.3.29 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -cryptography==3.3.2 - # via - # -r requirements/darwin.txt - # adal - # azure-cosmosdb-table - # azure-keyvault - # azure-storage-common - # moto - # paramiko - # pyopenssl - # vcert -distlib==0.3.2 - # via virtualenv -distro==1.5.0 - # via - # -r requirements/base.txt - # pytest-skip-markers -dnspython==1.16.0 - # via - # -r requirements/static/ci/common.in - # ciscoconfparse - # python-etcd -docker-pycreds==0.4.0 - # via docker -docker==3.7.2 - # via -r requirements/static/ci/common.in -filelock==3.0.12 - # via virtualenv -flaky==3.7.0 - # via -r requirements/pytest.txt -future==0.17.1 - # via - # napalm - # textfsm -genshi==0.7.5 - # via -r requirements/static/ci/common.in -geomet==0.1.2 - # via cassandra-driver -gitdb==4.0.5 - # via gitpython -gitpython==3.1.12 - # via - # -r requirements/darwin.txt - # -r requirements/static/ci/common.in -google-auth==1.6.3 - # via kubernetes -hglib==2.6.1 - # via -r requirements/static/ci/darwin.in -idna==2.8 - # via - # -r requirements/darwin.txt - # requests -immutables==0.15 - # via contextvars -importlib-metadata==4.6.4 ; python_version >= "3.6" and python_version < "3.10" - # via -r requirements/darwin.txt -iniconfig==1.0.1 - # via pytest -ipaddress==1.0.22 - # via kubernetes -isodate==0.6.0 - # via msrest -jaraco.classes==3.2.1 - # via jaraco.collections -jaraco.collections==3.4.0 - # via cherrypy -jaraco.functools==2.0 - # via - # cheroot - # jaraco.text - # tempora -jaraco.text==3.5.1 - # via jaraco.collections -jinja2==3.1.0 - # via - # -r requirements/base.txt - # junos-eznc - # moto - # napalm -jmespath==0.9.4 - # via - # -r requirements/static/ci/common.in - # boto3 - # botocore -jsonschema==3.2.0 - # via -r requirements/static/ci/common.in -junos-eznc==2.4.0 ; sys_platform != "win32" and python_version <= "3.9" - # via - # -r requirements/static/ci/common.in - # napalm -jxmlease==1.0.1 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -keyring==5.7.1 - # via -r requirements/static/ci/common.in -kubernetes==3.0.0 - # via -r requirements/static/ci/common.in -linode-python==1.1.1 - # via -r requirements/darwin.txt -lxml==4.7.1 - # via - # junos-eznc - # napalm - # ncclient -mako==1.1.4 - # via - # -r requirements/darwin.txt - # -r requirements/static/ci/common.in -markupsafe==2.0.1 - # via - # -r requirements/base.txt - # jinja2 - # mako - # moto -mercurial==6.0.1 - # via -r requirements/static/ci/darwin.in -mock==3.0.5 - # via -r requirements/pytest.txt -more-itertools==8.2.0 - # via - # cheroot - # cherrypy - # jaraco.classes - # jaraco.functools -moto==3.0.1 ; python_version >= "3.6" - # via -r requirements/static/ci/common.in -msgpack==1.0.2 - # via - # -r requirements/base.txt - # pytest-salt-factories -msrest==0.6.19 - # via - # azure-applicationinsights - # azure-eventgrid - # azure-keyvault - # azure-loganalytics - # azure-mgmt-cdn - # azure-mgmt-compute - # azure-mgmt-containerinstance - # azure-mgmt-containerregistry - # azure-mgmt-containerservice - # azure-mgmt-dns - # azure-mgmt-eventhub - # azure-mgmt-keyvault - # azure-mgmt-managementpartner - # azure-mgmt-media - # azure-mgmt-network - # azure-mgmt-notificationhubs - # azure-mgmt-rdbms - # azure-mgmt-resource - # azure-mgmt-search - # azure-mgmt-servicebus - # azure-mgmt-servicefabric - # azure-mgmt-signalr - # azure-servicefabric - # msrestazure -msrestazure==0.6.4 - # via - # azure-batch - # azure-eventgrid - # azure-graphrbac - # azure-keyvault - # azure-mgmt-advisor - # azure-mgmt-applicationinsights - # azure-mgmt-authorization - # azure-mgmt-batch - # azure-mgmt-batchai - # azure-mgmt-billing - # azure-mgmt-cdn - # azure-mgmt-cognitiveservices - # azure-mgmt-commerce - # azure-mgmt-compute - # azure-mgmt-consumption - # azure-mgmt-containerinstance - # azure-mgmt-containerregistry - # azure-mgmt-containerservice - # azure-mgmt-cosmosdb - # azure-mgmt-datafactory - # azure-mgmt-datalake-analytics - # azure-mgmt-datalake-store - # azure-mgmt-datamigration - # azure-mgmt-devspaces - # azure-mgmt-devtestlabs - # azure-mgmt-dns - # azure-mgmt-eventgrid - # azure-mgmt-eventhub - # azure-mgmt-hanaonazure - # azure-mgmt-iotcentral - # azure-mgmt-iothub - # azure-mgmt-iothubprovisioningservices - # azure-mgmt-keyvault - # azure-mgmt-loganalytics - # azure-mgmt-logic - # azure-mgmt-machinelearningcompute - # azure-mgmt-managementgroups - # azure-mgmt-managementpartner - # azure-mgmt-maps - # azure-mgmt-marketplaceordering - # azure-mgmt-media - # azure-mgmt-monitor - # azure-mgmt-msi - # azure-mgmt-network - # azure-mgmt-notificationhubs - # azure-mgmt-policyinsights - # azure-mgmt-powerbiembedded - # azure-mgmt-rdbms - # azure-mgmt-recoveryservices - # azure-mgmt-recoveryservicesbackup - # azure-mgmt-redis - # azure-mgmt-relay - # azure-mgmt-reservations - # azure-mgmt-resource - # azure-mgmt-scheduler - # azure-mgmt-search - # azure-mgmt-servicebus - # azure-mgmt-servicefabric - # azure-mgmt-signalr - # azure-mgmt-sql - # azure-mgmt-storage - # azure-mgmt-subscription - # azure-mgmt-trafficmanager - # azure-mgmt-web -napalm==3.1.0 ; sys_platform != "win32" and python_version > "3.6" and python_version < "3.10" - # via -r requirements/static/ci/common.in -ncclient==0.6.4 - # via junos-eznc -netaddr==0.7.19 - # via - # junos-eznc - # napalm - # pyeapi -netmiko==3.2.0 - # via napalm -ntc-templates==1.4.1 - # via junos-eznc -oauthlib==3.1.0 - # via requests-oauthlib -oscrypto==1.2.0 - # via certvalidator -packaging==19.2 - # via pytest -paramiko==2.10.1 - # via - # junos-eznc - # napalm - # ncclient - # netmiko - # scp -passlib==1.7.2 ; sys_platform != "win32" - # via - # -r requirements/static/ci/common.in - # ciscoconfparse -pathspec==0.9.0 - # via yamllint -pathtools==0.1.2 - # via watchdog -platformdirs==2.2.0 - # via virtualenv -pluggy==0.13.1 - # via pytest -portend==2.6 - # via cherrypy -psutil==5.8.0 - # via - # -r requirements/base.txt - # pytest-salt-factories -py==1.10.0 - # via pytest -pyasn1-modules==0.2.4 - # via google-auth -pyasn1==0.4.8 - # via - # -r requirements/darwin.txt - # pyasn1-modules - # rsa -pycparser==2.19 - # via - # -r requirements/darwin.txt - # cffi -pycryptodomex==3.9.8 - # via -r requirements/crypto.txt -pycurl==7.43.0.6 ; python_version <= "3.9" - # via -r requirements/static/ci/common.in -pyeapi==0.8.3 - # via napalm -pygit2==1.5.0 ; python_version >= "3.7" - # via -r requirements/static/ci/darwin.in -pyjwt==2.0.0 - # via adal -pynacl==1.3.0 - # via paramiko -pyopenssl==19.0.0 - # via -r requirements/darwin.txt -pyparsing==2.4.5 - # via - # junos-eznc - # packaging -pyrsistent==0.17.3 - # via jsonschema -pyserial==3.4 - # via - # junos-eznc - # netmiko -pytest-helpers-namespace==2021.4.29 - # via - # -r requirements/pytest.txt - # pytest-salt-factories -pytest-httpserver==1.0.4 - # via -r requirements/pytest.txt -pytest-salt-factories==0.912.1 - # via -r requirements/pytest.txt -pytest-skip-markers==1.2.0 - # via pytest-salt-factories -pytest-subtests==0.4.0 - # via -r requirements/pytest.txt -pytest-tempdir==2019.10.12 - # via - # -r requirements/pytest.txt - # pytest-salt-factories -pytest-timeout==1.4.2 - # via -r requirements/pytest.txt -pytest==6.1.2 ; python_version <= "3.9" - # via - # -r requirements/pytest.txt - # pytest-helpers-namespace - # pytest-salt-factories - # pytest-skip-markers - # pytest-subtests - # pytest-tempdir - # pytest-timeout -python-dateutil==2.8.0 - # via - # -r requirements/darwin.txt - # adal - # azure-cosmosdb-table - # azure-storage-common - # botocore - # croniter - # kubernetes - # moto - # vcert -python-etcd==0.4.5 - # via -r requirements/static/ci/common.in -python-gnupg==0.4.8 - # via -r requirements/darwin.txt -pytz==2021.1 - # via - # moto - # tempora -pyvmomi==6.7.1.2018.12 - # via -r requirements/static/ci/common.in -pyyaml==5.4.1 - # via - # -r requirements/base.txt - # clustershell - # junos-eznc - # kubernetes - # napalm - # yamllint - # yamlordereddictloader -pyzmq==19.0.0 ; python_version < "3.9" - # via - # -r requirements/zeromq.txt - # pytest-salt-factories -requests-oauthlib==1.3.0 - # via msrest -requests==2.25.1 - # via - # -r requirements/base.txt - # -r requirements/static/ci/common.in - # adal - # apache-libcloud - # azure-cosmosdb-table - # azure-datalake-store - # azure-keyvault - # azure-servicebus - # azure-servicemanagement-legacy - # azure-storage-common - # docker - # kubernetes - # moto - # msrest - # napalm - # pyvmomi - # requests-oauthlib - # responses - # vcert - # vultr -responses==0.10.6 - # via moto -rfc3987==1.3.8 - # via -r requirements/static/ci/common.in -rsa==4.7.2 - # via google-auth -s3transfer==0.4.2 - # via boto3 -scp==0.13.2 - # via - # junos-eznc - # napalm - # netmiko -setproctitle==1.1.10 - # via -r requirements/darwin.txt -six==1.16.0 - # via - # bcrypt - # cassandra-driver - # cheroot - # cryptography - # docker - # docker-pycreds - # genshi - # geomet - # google-auth - # isodate - # jsonschema - # junos-eznc - # kubernetes - # mock - # msrestazure - # ncclient - # packaging - # paramiko - # pynacl - # pyopenssl - # python-dateutil - # pyvmomi - # responses - # textfsm - # transitions - # vcert - # virtualenv - # websocket-client -smmap==3.0.2 - # via gitdb -sqlparse==0.4.2 - # via -r requirements/static/ci/common.in -strict-rfc3339==0.7 - # via -r requirements/static/ci/common.in -tempora==4.1.1 - # via portend -terminal==0.4.0 - # via ntc-templates -textfsm==1.1.0 - # via - # napalm - # netmiko - # ntc-templates -timelib==0.2.5 - # via -r requirements/darwin.txt -toml==0.10.2 - # via - # -r requirements/static/ci/common.in - # pytest -transitions==0.8.1 - # via junos-eznc -urllib3==1.26.6 - # via - # botocore - # kubernetes - # python-etcd - # requests -vcert==0.7.4 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -virtualenv==20.7.2 - # via - # -r requirements/static/ci/common.in - # pytest-salt-factories -vultr==1.0.1 - # via -r requirements/darwin.txt -watchdog==0.10.3 - # via -r requirements/static/ci/common.in -websocket-client==0.40.0 - # via - # docker - # kubernetes -werkzeug==2.0.3 - # via - # moto - # pytest-httpserver -xmltodict==0.12.0 - # via moto -yamllint==1.26.3 - # via -r requirements/static/ci/darwin.in -yamlordereddictloader==0.4.0 - # via - # -r requirements/static/ci/darwin.in - # junos-eznc -zc.lockfile==2.0 - # via cherrypy -zipp==3.5.0 - # via importlib-metadata - -# The following packages are considered to be unsafe in a requirements file: -# setuptools -# Passthrough dependencies from requirements/pyobjc.txt -pyobjc-core==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-accessibility==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-accounts==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-addressbook==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-adservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-adsupport==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-applescriptkit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-applescriptobjc==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-applicationservices==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-apptrackingtransparency==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-authenticationservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-automaticassessmentconfiguration==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-automator==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-avfoundation==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "16.0" -pyobjc-framework-avkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-businesschat==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-calendarstore==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-callkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-cfnetwork==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-classkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-cloudkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-cocoa==7.2 -pyobjc-framework-collaboration==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-colorsync==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-contacts==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-contactsui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-coreaudio==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-coreaudiokit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-corebluetooth==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-coredata==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-corehaptics==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-corelocation==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-coremedia==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-coremediaio==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-coremidi==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-coreml==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-coremotion==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-coreservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-corespotlight==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-coretext==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-corewlan==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-cryptotokenkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-devicecheck==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-dictionaryservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-discrecording==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-discrecordingui==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-diskarbitration==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-dvdplayback==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-eventkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-exceptionhandling==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-executionpolicy==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-externalaccessory==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-fileprovider==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-fileproviderui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-findersync==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-fsevents==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-gamecenter==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-gamecontroller==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-gamekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-gameplaykit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-imagecapturecore==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-imserviceplugin==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-inputmethodkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-installerplugins==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-instantmessage==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-intents==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "16.0" -pyobjc-framework-interfacebuilderkit==7.2; platform_release >= "9.0" and platform_release < "11.0" and sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-iosurface==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-ituneslibrary==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-kernelmanagement==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-latentsemanticmapping==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-launchservices==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-libdispatch==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-linkpresentation==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-localauthentication==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-mapkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-mediaaccessibility==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-medialibrary==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-mediaplayer==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "16.0" -pyobjc-framework-mediatoolbox==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-message==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release < "13.0" -pyobjc-framework-metal==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-metalkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-metalperformanceshaders==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-metalperformanceshadersgraph==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-mlcompute==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-modelio==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-multipeerconnectivity==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-naturallanguage==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-netfs==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-network==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-networkextension==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-notificationcenter==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-opendirectory==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-osakit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-oslog==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-passkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-pencilkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-photos==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-photosui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-preferencepanes==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-pubsub==7.2; platform_release >= "9.0" and platform_release < "18.0" and sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-pushkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-quartz==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-quicklookthumbnailing==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-replaykit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-safariservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-scenekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-screensaver==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-screentime==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-scriptingbridge==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-searchkit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-security==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-securityfoundation==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-securityinterface==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-servernotification==7.2; platform_release >= "10.0" and platform_release < "13.0" and sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-servicemanagement==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-social==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-soundanalysis==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-speech==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-spritekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-storekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-syncservices==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-systemconfiguration==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-systemextensions==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-uniformtypeidentifiers==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-usernotifications==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-usernotificationsui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-videosubscriberaccount==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-videotoolbox==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-virtualization==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-vision==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-webkit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc==7.2; sys_platform == "darwin" and python_version >= "3.7" diff --git a/requirements/static/pkg/py3.7/darwin.txt b/requirements/static/pkg/py3.7/darwin.txt deleted file mode 100644 index 62e63c000be..00000000000 --- a/requirements/static/pkg/py3.7/darwin.txt +++ /dev/null @@ -1,259 +0,0 @@ -# -# This file is autogenerated by pip-compile -# To update, run: -# -# pip-compile --output-file=requirements/static/pkg/py3.7/darwin.txt requirements/darwin.txt requirements/pyobjc.txt requirements/static/pkg/darwin.in -# -apache-libcloud==2.5.0 - # via -r requirements/darwin.txt -certifi==2021.5.30 - # via requests -cffi==1.14.6 - # via cryptography -chardet==3.0.4 - # via requests -cheroot==8.5.2 - # via cherrypy -cherrypy==18.6.1 - # via -r requirements/darwin.txt -contextvars==2.4 - # via -r requirements/base.txt -cryptography==3.3.2 - # via - # -r requirements/darwin.txt - # pyopenssl -distro==1.5.0 - # via -r requirements/base.txt -gitdb==4.0.5 - # via gitpython -gitpython==3.1.12 - # via -r requirements/darwin.txt -idna==2.8 - # via - # -r requirements/darwin.txt - # requests -immutables==0.15 - # via contextvars -importlib-metadata==4.6.4 ; python_version >= "3.6" and python_version < "3.10" - # via -r requirements/darwin.txt -jaraco.classes==3.2.1 - # via jaraco.collections -jaraco.collections==3.4.0 - # via cherrypy -jaraco.functools==2.0 - # via - # cheroot - # jaraco.text - # tempora -jaraco.text==3.5.1 - # via jaraco.collections -jinja2==3.1.0 - # via -r requirements/base.txt -linode-python==1.1.1 - # via -r requirements/darwin.txt -mako==1.1.4 - # via -r requirements/darwin.txt -markupsafe==2.0.1 - # via - # -r requirements/base.txt - # jinja2 - # mako -more-itertools==8.2.0 - # via - # cheroot - # cherrypy - # jaraco.classes - # jaraco.functools -msgpack==1.0.2 - # via -r requirements/base.txt -portend==2.6 - # via cherrypy -psutil==5.8.0 - # via -r requirements/base.txt -pyasn1==0.4.8 - # via -r requirements/darwin.txt -pycparser==2.19 - # via - # -r requirements/darwin.txt - # cffi -pycryptodomex==3.9.8 - # via -r requirements/crypto.txt -pyopenssl==19.0.0 - # via -r requirements/darwin.txt -python-dateutil==2.8.0 - # via -r requirements/darwin.txt -python-gnupg==0.4.8 - # via -r requirements/darwin.txt -pytz==2021.1 - # via tempora -pyyaml==5.4.1 - # via -r requirements/base.txt -pyzmq==18.0.1 ; python_version < "3.9" - # via -r requirements/zeromq.txt -requests==2.25.1 - # via - # -r requirements/base.txt - # apache-libcloud - # vultr -setproctitle==1.1.10 - # via -r requirements/darwin.txt -six==1.16.0 - # via - # cheroot - # cryptography - # pyopenssl - # python-dateutil -smmap==3.0.2 - # via gitdb -tempora==4.1.1 - # via portend -timelib==0.2.5 - # via -r requirements/darwin.txt -typing-extensions==3.10.0.0 - # via importlib-metadata -urllib3==1.26.6 - # via requests -vultr==1.0.1 - # via -r requirements/darwin.txt -zc.lockfile==2.0 - # via cherrypy -zipp==3.5.0 - # via importlib-metadata - -# The following packages are considered to be unsafe in a requirements file: -# setuptools -# Passthrough dependencies from requirements/pyobjc.txt -pyobjc-core==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-accessibility==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-accounts==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-addressbook==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-adservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-adsupport==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-applescriptkit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-applescriptobjc==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-applicationservices==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-apptrackingtransparency==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-authenticationservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-automaticassessmentconfiguration==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-automator==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-avfoundation==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "16.0" -pyobjc-framework-avkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-businesschat==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-calendarstore==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-callkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-cfnetwork==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-classkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-cloudkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-cocoa==7.2 -pyobjc-framework-collaboration==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-colorsync==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-contacts==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-contactsui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-coreaudio==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-coreaudiokit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-corebluetooth==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-coredata==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-corehaptics==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-corelocation==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-coremedia==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-coremediaio==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-coremidi==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-coreml==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-coremotion==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-coreservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-corespotlight==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-coretext==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-corewlan==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-cryptotokenkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-devicecheck==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-dictionaryservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-discrecording==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-discrecordingui==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-diskarbitration==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-dvdplayback==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-eventkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-exceptionhandling==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-executionpolicy==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-externalaccessory==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-fileprovider==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-fileproviderui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-findersync==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-fsevents==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-gamecenter==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-gamecontroller==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-gamekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-gameplaykit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-imagecapturecore==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-imserviceplugin==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-inputmethodkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-installerplugins==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-instantmessage==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-intents==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "16.0" -pyobjc-framework-interfacebuilderkit==7.2; platform_release >= "9.0" and platform_release < "11.0" and sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-iosurface==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-ituneslibrary==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-kernelmanagement==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-latentsemanticmapping==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-launchservices==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-libdispatch==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-linkpresentation==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-localauthentication==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-mapkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-mediaaccessibility==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-medialibrary==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-mediaplayer==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "16.0" -pyobjc-framework-mediatoolbox==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-message==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release < "13.0" -pyobjc-framework-metal==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-metalkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-metalperformanceshaders==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-metalperformanceshadersgraph==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-mlcompute==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-modelio==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-multipeerconnectivity==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-naturallanguage==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-netfs==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-network==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-networkextension==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-notificationcenter==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-opendirectory==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-osakit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-oslog==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-passkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-pencilkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-photos==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-photosui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-preferencepanes==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-pubsub==7.2; platform_release >= "9.0" and platform_release < "18.0" and sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-pushkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-quartz==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-quicklookthumbnailing==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-replaykit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-safariservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-scenekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-screensaver==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-screentime==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-scriptingbridge==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-searchkit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-security==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-securityfoundation==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-securityinterface==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-servernotification==7.2; platform_release >= "10.0" and platform_release < "13.0" and sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-servicemanagement==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-social==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-soundanalysis==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-speech==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-spritekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-storekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-syncservices==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-systemconfiguration==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-systemextensions==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-uniformtypeidentifiers==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-usernotifications==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-usernotificationsui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-videosubscriberaccount==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-videotoolbox==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-virtualization==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-vision==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-webkit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc==7.2; sys_platform == "darwin" and python_version >= "3.7" diff --git a/requirements/static/pkg/py3.8/darwin.txt b/requirements/static/pkg/py3.8/darwin.txt deleted file mode 100644 index 3820c744bbc..00000000000 --- a/requirements/static/pkg/py3.8/darwin.txt +++ /dev/null @@ -1,257 +0,0 @@ -# -# This file is autogenerated by pip-compile -# To update, run: -# -# pip-compile --output-file=requirements/static/pkg/py3.8/darwin.txt requirements/darwin.txt requirements/pyobjc.txt requirements/static/pkg/darwin.in -# -apache-libcloud==2.5.0 - # via -r requirements/darwin.txt -certifi==2021.5.30 - # via requests -cffi==1.14.6 - # via cryptography -chardet==3.0.4 - # via requests -cheroot==8.5.2 - # via cherrypy -cherrypy==18.6.1 - # via -r requirements/darwin.txt -contextvars==2.4 - # via -r requirements/base.txt -cryptography==3.3.2 - # via - # -r requirements/darwin.txt - # pyopenssl -distro==1.5.0 - # via -r requirements/base.txt -gitdb==4.0.5 - # via gitpython -gitpython==3.1.12 - # via -r requirements/darwin.txt -idna==2.8 - # via - # -r requirements/darwin.txt - # requests -immutables==0.15 - # via contextvars -importlib-metadata==4.6.4 ; python_version >= "3.6" and python_version < "3.10" - # via -r requirements/darwin.txt -jaraco.classes==3.2.1 - # via jaraco.collections -jaraco.collections==3.4.0 - # via cherrypy -jaraco.functools==2.0 - # via - # cheroot - # jaraco.text - # tempora -jaraco.text==3.5.1 - # via jaraco.collections -jinja2==3.1.0 - # via -r requirements/base.txt -linode-python==1.1.1 - # via -r requirements/darwin.txt -mako==1.1.4 - # via -r requirements/darwin.txt -markupsafe==2.0.1 - # via - # -r requirements/base.txt - # jinja2 - # mako -more-itertools==8.2.0 - # via - # cheroot - # cherrypy - # jaraco.classes - # jaraco.functools -msgpack==1.0.2 - # via -r requirements/base.txt -portend==2.6 - # via cherrypy -psutil==5.8.0 - # via -r requirements/base.txt -pyasn1==0.4.8 - # via -r requirements/darwin.txt -pycparser==2.19 - # via - # -r requirements/darwin.txt - # cffi -pycryptodomex==3.9.8 - # via -r requirements/crypto.txt -pyopenssl==19.0.0 - # via -r requirements/darwin.txt -python-dateutil==2.8.0 - # via -r requirements/darwin.txt -python-gnupg==0.4.8 - # via -r requirements/darwin.txt -pytz==2021.1 - # via tempora -pyyaml==5.4.1 - # via -r requirements/base.txt -pyzmq==19.0.0 ; python_version < "3.9" - # via -r requirements/zeromq.txt -requests==2.25.1 - # via - # -r requirements/base.txt - # apache-libcloud - # vultr -setproctitle==1.1.10 - # via -r requirements/darwin.txt -six==1.16.0 - # via - # cheroot - # cryptography - # pyopenssl - # python-dateutil -smmap==3.0.2 - # via gitdb -tempora==4.1.1 - # via portend -timelib==0.2.5 - # via -r requirements/darwin.txt -urllib3==1.26.6 - # via requests -vultr==1.0.1 - # via -r requirements/darwin.txt -zc.lockfile==2.0 - # via cherrypy -zipp==3.5.0 - # via importlib-metadata - -# The following packages are considered to be unsafe in a requirements file: -# setuptools -# Passthrough dependencies from requirements/pyobjc.txt -pyobjc-core==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-accessibility==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-accounts==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-addressbook==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-adservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-adsupport==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-applescriptkit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-applescriptobjc==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-applicationservices==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-apptrackingtransparency==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-authenticationservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-automaticassessmentconfiguration==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-automator==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-avfoundation==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "16.0" -pyobjc-framework-avkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-businesschat==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-calendarstore==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-callkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-cfnetwork==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-classkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-cloudkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-cocoa==7.2 -pyobjc-framework-collaboration==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-colorsync==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-contacts==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-contactsui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-coreaudio==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-coreaudiokit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-corebluetooth==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-coredata==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-corehaptics==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-corelocation==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-coremedia==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-coremediaio==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-coremidi==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-coreml==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-coremotion==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-coreservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-corespotlight==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-coretext==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-corewlan==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-cryptotokenkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-devicecheck==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-dictionaryservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-discrecording==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-discrecordingui==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-diskarbitration==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-dvdplayback==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-eventkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-exceptionhandling==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-executionpolicy==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-externalaccessory==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-fileprovider==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-fileproviderui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-findersync==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-fsevents==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-gamecenter==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-gamecontroller==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-gamekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-gameplaykit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-imagecapturecore==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-imserviceplugin==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-inputmethodkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-installerplugins==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-instantmessage==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-intents==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "16.0" -pyobjc-framework-interfacebuilderkit==7.2; platform_release >= "9.0" and platform_release < "11.0" and sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-iosurface==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-ituneslibrary==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-kernelmanagement==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-latentsemanticmapping==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-launchservices==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-libdispatch==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-linkpresentation==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-localauthentication==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-mapkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-mediaaccessibility==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-medialibrary==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-mediaplayer==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "16.0" -pyobjc-framework-mediatoolbox==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "13.0" -pyobjc-framework-message==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release < "13.0" -pyobjc-framework-metal==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-metalkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-metalperformanceshaders==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-metalperformanceshadersgraph==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-mlcompute==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-modelio==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-multipeerconnectivity==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-naturallanguage==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-netfs==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-network==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-networkextension==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-notificationcenter==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "14.0" -pyobjc-framework-opendirectory==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-osakit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-oslog==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-passkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-pencilkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-photos==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-photosui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-preferencepanes==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-pubsub==7.2; platform_release >= "9.0" and platform_release < "18.0" and sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-pushkit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-quartz==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-quicklookthumbnailing==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-replaykit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-safariservices==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-scenekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-screensaver==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-screentime==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-scriptingbridge==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "9.0" -pyobjc-framework-searchkit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-security==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-securityfoundation==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-securityinterface==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-servernotification==7.2; platform_release >= "10.0" and platform_release < "13.0" and sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-servicemanagement==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "10.0" -pyobjc-framework-social==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-soundanalysis==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-speech==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-spritekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "15.0" -pyobjc-framework-storekit==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "11.0" -pyobjc-framework-syncservices==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-systemconfiguration==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc-framework-systemextensions==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "19.0" -pyobjc-framework-uniformtypeidentifiers==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-usernotifications==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-usernotificationsui==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-videosubscriberaccount==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "18.0" -pyobjc-framework-videotoolbox==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "12.0" -pyobjc-framework-virtualization==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "20.0" -pyobjc-framework-vision==7.2; sys_platform == "darwin" and python_version >= "3.7" and platform_release >= "17.0" -pyobjc-framework-webkit==7.2; sys_platform == "darwin" and python_version >= "3.7" -pyobjc==7.2; sys_platform == "darwin" and python_version >= "3.7"