From 468593090633a865689358f2707ce8286cc89d2f Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 5 May 2021 10:20:32 +0100 Subject: [PATCH] Stop compiling Py3.5 and Py3.6 requirements for Darwin --- .pre-commit-config.yaml | 82 -- .../static/ci/py3.5/darwin-crypto.txt | 10 - requirements/static/ci/py3.5/darwin.txt | 1041 ----------------- .../static/ci/py3.6/darwin-crypto.txt | 10 - requirements/static/ci/py3.6/darwin.txt | 1038 ---------------- requirements/static/pkg/py3.5/darwin.txt | 251 ---- requirements/static/pkg/py3.6/darwin.txt | 251 ---- 7 files changed, 2683 deletions(-) delete mode 100644 requirements/static/ci/py3.5/darwin-crypto.txt delete mode 100644 requirements/static/ci/py3.5/darwin.txt delete mode 100644 requirements/static/ci/py3.6/darwin-crypto.txt delete mode 100644 requirements/static/ci/py3.6/darwin.txt delete mode 100644 requirements/static/pkg/py3.5/darwin.txt delete mode 100644 requirements/static/pkg/py3.6/darwin.txt diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5bfb8e8803..dab9b348217 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.5-zmq-requirements - name: Darwin Packaging Py3.5 ZeroMQ Requirements - files: ^(requirements/((base|zeromq|crypto|darwin|pyobjc)\.txt|static/pkg/(darwin\.in|py3\.5/darwin\.txt)))$ - pass_filenames: false - args: - - -v - - --py-version=3.5 - - --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.6-zmq-requirements - name: Darwin Packaging Py3.6 ZeroMQ Requirements - files: ^(requirements/((base|zeromq|crypto|darwin|pyobjc)\.txt|static/pkg/(darwin\.in|py3\.6/darwin\.txt)))$ - pass_filenames: false - args: - - -v - - --py-version=3.6 - - --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.7-zmq-requirements name: Darwin Packaging Py3.7 ZeroMQ Requirements @@ -558,36 +530,6 @@ repos: - requirements/static/ci/crypto.in - - id: pip-tools-compile - alias: compile-ci-darwin-py3.5-zmq-requirements - name: Darwin CI Py3.5 ZeroMQ Requirements - files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(darwin|common)\.in|pkg/py3\.5/darwin\.txt)))$ - pass_filenames: false - args: - - -v - - --py-version=3.5 - - --platform=darwin - - --include=requirements/static/pkg/py{py_version}/darwin.txt - - --include=requirements/pytest.txt - - --include=requirements/static/ci/common.in - - --passthrough-line-from-input=^pyobjc(.*)$ - - requirements/static/ci/darwin.in - - - id: pip-tools-compile - alias: compile-ci-darwin-py3.6-zmq-requirements - name: Darwin CI Py3.6 ZeroMQ Requirements - files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(darwin|common)\.in|pkg/py3\.6/darwin\.txt)))$ - pass_filenames: false - args: - - -v - - --py-version=3.6 - - --platform=darwin - - --include=requirements/static/pkg/py{py_version}/darwin.txt - - --include=requirements/pytest.txt - - --include=requirements/static/ci/common.in - - --passthrough-line-from-input=^pyobjc(.*)$ - - requirements/static/ci/darwin.in - - id: pip-tools-compile alias: compile-ci-darwin-py3.7-zmq-requirements name: Darwin CI Py3.7 ZeroMQ Requirements @@ -648,30 +590,6 @@ repos: - --passthrough-line-from-input=^pyobjc(.*)$ - requirements/static/ci/darwin.in - - id: pip-tools-compile - alias: compile-ci-darwin-crypto-py3.5-requirements - name: Darwin CI Py3.5 Crypto Requirements - files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$ - pass_filenames: false - args: - - -v - - --py-version=3.5 - - --platform=darwin - - --out-prefix=darwin - - requirements/static/ci/crypto.in - - - id: pip-tools-compile - alias: compile-ci-darwin-crypto-py3.6-requirements - name: Darwin CI Py3.6 Crypto Requirements - files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$ - pass_filenames: false - args: - - -v - - --py-version=3.6 - - --platform=darwin - - --out-prefix=darwin - - requirements/static/ci/crypto.in - - id: pip-tools-compile alias: compile-ci-darwin-crypto-py3.7-requirements name: Darwin CI Py3.7 Crypto Requirements diff --git a/requirements/static/ci/py3.5/darwin-crypto.txt b/requirements/static/ci/py3.5/darwin-crypto.txt deleted file mode 100644 index 49547c5ee54..00000000000 --- a/requirements/static/ci/py3.5/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.5/darwin-crypto.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.5/darwin.txt b/requirements/static/ci/py3.5/darwin.txt deleted file mode 100644 index 655dfeb5b42..00000000000 --- a/requirements/static/ci/py3.5/darwin.txt +++ /dev/null @@ -1,1041 +0,0 @@ -# -# This file is autogenerated by pip-compile -# To update, run: -# -# pip-compile --output-file=requirements/static/ci/py3.5/darwin.txt requirements/pytest.txt requirements/static/ci/common.in requirements/static/ci/darwin.in requirements/static/pkg/py3.5/darwin.txt -# -adal==1.2.5 - # via - # azure-datalake-store - # msrestazure -apache-libcloud==2.5.0 ; sys_platform != "win32" - # via - # -r requirements/static/ci/common.in - # -r requirements/static/pkg/py3.5/darwin.txt -appdirs==1.4.3 - # via virtualenv -argh==0.26.2 - # via watchdog -asn1crypto==1.3.0 - # via - # certvalidator - # oscrypto -attrs==20.3.0 - # via - # jsonschema - # pytest - # pytest-salt-factories -aws-sam-translator==1.33.0 - # via cfn-lint -aws-xray-sdk==0.95 - # via moto -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.ssl-match-hostname==3.7.0.1 ; python_version < "3.7" - # via -r requirements/static/pkg/py3.5/darwin.txt -bcrypt==3.1.6 - # via paramiko -boto3==1.13.5 - # via - # -r requirements/static/ci/common.in - # aws-sam-translator - # moto -boto==2.49.0 - # via - # -r requirements/static/ci/common.in - # moto -botocore==1.16.26 - # via - # boto3 - # moto - # s3transfer -cachetools==3.1.0 - # via google-auth -cassandra-driver==3.23.0 - # via -r requirements/static/ci/common.in -certifi==2020.6.20 - # via - # -r requirements/static/ci/common.in - # -r requirements/static/pkg/py3.5/darwin.txt - # kubernetes - # msrest - # requests -certvalidator==0.11.1 - # via vcert -cffi==1.12.2 - # via - # -r requirements/static/ci/common.in - # -r requirements/static/pkg/py3.5/darwin.txt - # azure-datalake-store - # bcrypt - # cryptography - # pynacl -cfn-lint==0.44.3 - # via moto -chardet==3.0.4 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # requests -cheetah3==3.1.0 - # via -r requirements/static/ci/common.in -cheroot==8.3.0 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # cherrypy -cherrypy==17.4.1 - # via - # -r requirements/static/ci/common.in - # -r requirements/static/pkg/py3.5/darwin.txt -click==7.0 - # via geomet -clustershell==1.8.1 - # via -r requirements/static/ci/common.in -contextlib2==0.6.0.post1 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # cherrypy -contextvars==2.4 - # via -r requirements/static/pkg/py3.5/darwin.txt -croniter==0.3.29 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -cryptography==3.0 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # adal - # azure-cosmosdb-table - # azure-keyvault - # azure-storage-common - # moto - # paramiko - # pyopenssl - # python-jose - # sshpubkeys - # vcert -decorator==4.4.2 - # via networkx -distlib==0.3.0 - # via virtualenv -distro==1.5.0 - # via -r requirements/static/pkg/py3.5/darwin.txt -dnspython==1.16.0 - # via - # -r requirements/static/ci/common.in - # python-etcd -docker-pycreds==0.4.0 - # via docker -docker==3.7.2 - # via - # -r requirements/static/ci/common.in - # moto -docutils==0.15.2 - # via botocore -ecdsa==0.13.3 - # via - # moto - # python-jose - # sshpubkeys -filelock==3.0.12 - # via virtualenv -flaky==3.7.0 - # via -r requirements/pytest.txt -future==0.17.1 - # via textfsm -genshi==0.7.3 - # via -r requirements/static/ci/common.in -geomet==0.1.2 - # via cassandra-driver -gitdb==4.0.5 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # gitpython -gitpython==3.1.12 - # via - # -r requirements/static/ci/common.in - # -r requirements/static/pkg/py3.5/darwin.txt -google-auth==1.6.3 - # via kubernetes -idna==2.8 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # moto - # requests -immutables==0.14 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # contextvars -importlib-metadata==0.23 - # via - # importlib-resources - # jsonschema - # pluggy - # pytest - # virtualenv -importlib-resources==1.5.0 - # via - # cfn-lint - # virtualenv -iniconfig==1.0.1 - # via pytest -ipaddress==1.0.22 - # via kubernetes -isodate==0.6.0 - # via msrest -jaraco.functools==2.0 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # cheroot - # tempora -jinja2==2.10.1 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # junos-eznc - # moto -jmespath==0.9.4 - # via - # -r requirements/static/ci/common.in - # boto3 - # botocore -jsondiff==1.2.0 - # via moto -jsonpatch==1.28 - # via cfn-lint -jsonpickle==1.1 - # via aws-xray-sdk -jsonpointer==2.0 - # via jsonpatch -jsonschema==3.2.0 - # via - # -r requirements/static/ci/common.in - # aws-sam-translator - # cfn-lint -junit-xml==1.9 - # via cfn-lint -junos-eznc==2.4.0 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -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/static/pkg/py3.5/darwin.txt -lxml==4.6.2 - # via - # junos-eznc - # ncclient -mako==1.0.7 - # via - # -r requirements/static/ci/common.in - # -r requirements/static/pkg/py3.5/darwin.txt -markupsafe==1.1.1 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # jinja2 - # mako - # moto -mock==3.0.5 - # via - # -r requirements/pytest.txt - # moto -more-itertools==8.2.0 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # cheroot - # cherrypy - # jaraco.functools - # moto - # zipp -moto==1.3.16 - # via -r requirements/static/ci/common.in -msgpack==1.0.2 - # via - # -r requirements/static/pkg/py3.5/darwin.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 -ncclient==0.6.4 - # via junos-eznc -netaddr==0.7.19 - # via junos-eznc -networkx==2.4 - # via cfn-lint -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.7.1 - # via - # junos-eznc - # ncclient - # scp -passlib==1.7.4 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -pathlib2==2.3.5 - # via pytest -pathtools==0.1.2 - # via watchdog -pluggy==0.13.1 - # via pytest -portend==2.6 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # cherrypy -psutil==5.8.0 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # pytest-salt-factories -py==1.9.0 - # via pytest -pyasn1-modules==0.2.4 - # via google-auth -pyasn1==0.4.8 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # pyasn1-modules - # python-jose - # rsa -pycparser==2.19 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # cffi -pycryptodomex==3.9.8 - # via -r requirements/static/pkg/py3.5/darwin.txt -pycurl==7.43.0.6 - # via -r requirements/static/ci/common.in -pyjwt==2.0.0 - # via adal -pynacl==1.3.0 - # via paramiko -pyopenssl==19.0.0 - # via -r requirements/static/pkg/py3.5/darwin.txt -pyparsing==2.4.5 - # via - # junos-eznc - # packaging -pyrsistent==0.17.3 - # via jsonschema -pyserial==3.4 - # via junos-eznc -pytest-helpers-namespace==2019.1.8 - # via -r requirements/pytest.txt -pytest-salt-factories==0.121.1 - # via -r requirements/pytest.txt -pytest-subtests==0.4.0 - # via -r requirements/pytest.txt -pytest-tempdir==2019.10.12 - # via - # -r requirements/pytest.txt - # pytest-salt-factories -pytest==6.1.2 - # via - # -r requirements/pytest.txt - # pytest-helpers-namespace - # pytest-salt-factories - # pytest-subtests - # pytest-tempdir -python-dateutil==2.8.0 - # via - # -r requirements/static/pkg/py3.5/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.4 - # via -r requirements/static/pkg/py3.5/darwin.txt -python-jose[cryptography]==3.2.0 - # via moto -pytz==2020.1 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # moto - # tempora -pyvmomi==6.7.1.2018.12 - # via -r requirements/static/ci/common.in -pyyaml==5.3.1 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # cfn-lint - # clustershell - # junos-eznc - # kubernetes - # moto - # watchdog - # yamlordereddictloader -pyzmq==18.0.1 ; python_version < "3.9" - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # pytest-salt-factories -requests-oauthlib==1.3.0 - # via msrest -requests==2.21.0 - # via - # -r requirements/static/ci/common.in - # -r requirements/static/pkg/py3.5/darwin.txt - # adal - # apache-libcloud - # aws-xray-sdk - # azure-cosmosdb-table - # azure-datalake-store - # azure-keyvault - # azure-servicebus - # azure-servicemanagement-legacy - # azure-storage-common - # docker - # kubernetes - # moto - # msrest - # 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.0 - # via - # google-auth - # python-jose -s3transfer==0.3.3 - # via boto3 -scp==0.13.2 - # via junos-eznc -setproctitle==1.1.10 - # via -r requirements/static/pkg/py3.5/darwin.txt -six==1.15.0 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # aws-sam-translator - # bcrypt - # cassandra-driver - # cfn-lint - # cheroot - # cherrypy - # cryptography - # docker - # docker-pycreds - # geomet - # google-auth - # isodate - # jsonschema - # junit-xml - # junos-eznc - # kubernetes - # mock - # moto - # msrestazure - # ncclient - # packaging - # pathlib2 - # pynacl - # pyopenssl - # python-dateutil - # python-jose - # pyvmomi - # responses - # tempora - # textfsm - # transitions - # vcert - # virtualenv - # websocket-client -smmap==3.0.2 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # gitdb -sqlparse==0.4.1 - # via -r requirements/static/ci/common.in -sshpubkeys==3.1.0 - # via moto -strict-rfc3339==0.7 - # via -r requirements/static/ci/common.in -tempora==1.14.1 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # portend -terminal==0.4.0 - # via ntc-templates -textfsm==1.1.0 - # via ntc-templates -timelib==0.2.5 - # via -r requirements/static/pkg/py3.5/darwin.txt -toml==0.10.2 - # via - # -r requirements/static/ci/common.in - # pytest -transitions==0.8.1 - # via junos-eznc -urllib3==1.24.3 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # botocore - # kubernetes - # python-etcd - # requests -vcert==0.7.3 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -virtualenv==20.0.20 - # via -r requirements/static/ci/common.in -vultr==1.0.1 - # via -r requirements/static/pkg/py3.5/darwin.txt -watchdog==0.9.0 - # via -r requirements/static/ci/common.in -websocket-client==0.40.0 - # via - # docker - # kubernetes -werkzeug==0.15.6 - # via moto -wrapt==1.11.1 - # via aws-xray-sdk -xmltodict==0.12.0 - # via moto -yamlordereddictloader==0.4.0 - # via - # -r requirements/static/ci/darwin.in - # junos-eznc -zc.lockfile==2.0 - # via - # -r requirements/static/pkg/py3.5/darwin.txt - # cherrypy -zipp==0.6.0 - # via - # importlib-metadata - # importlib-resources - # moto - -# The following packages are considered to be unsafe in a requirements file: -# setuptools -# Passthrough dependencies from requirements/static/pkg/py3.5/darwin.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.6/darwin-crypto.txt b/requirements/static/ci/py3.6/darwin-crypto.txt deleted file mode 100644 index 9d5d79ab56b..00000000000 --- a/requirements/static/ci/py3.6/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.6/darwin-crypto.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.6/darwin.txt b/requirements/static/ci/py3.6/darwin.txt deleted file mode 100644 index 3b895b4e6ad..00000000000 --- a/requirements/static/ci/py3.6/darwin.txt +++ /dev/null @@ -1,1038 +0,0 @@ -# -# This file is autogenerated by pip-compile -# To update, run: -# -# pip-compile --output-file=requirements/static/ci/py3.6/darwin.txt requirements/pytest.txt requirements/static/ci/common.in requirements/static/ci/darwin.in requirements/static/pkg/py3.6/darwin.txt -# -adal==1.2.5 - # via - # azure-datalake-store - # msrestazure -apache-libcloud==2.5.0 ; sys_platform != "win32" - # via - # -r requirements/static/ci/common.in - # -r requirements/static/pkg/py3.6/darwin.txt -appdirs==1.4.3 - # via virtualenv -argh==0.26.2 - # via watchdog -asn1crypto==1.3.0 - # via - # certvalidator - # oscrypto -attrs==20.3.0 - # via - # jsonschema - # pytest - # pytest-salt-factories -aws-sam-translator==1.33.0 - # via cfn-lint -aws-xray-sdk==0.95 - # via moto -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.ssl-match-hostname==3.7.0.1 ; python_version < "3.7" - # via -r requirements/static/pkg/py3.6/darwin.txt -bcrypt==3.1.6 - # via paramiko -boto3==1.13.5 - # via - # -r requirements/static/ci/common.in - # aws-sam-translator - # moto -boto==2.49.0 - # via - # -r requirements/static/ci/common.in - # moto -botocore==1.16.26 - # via - # boto3 - # moto - # s3transfer -cachetools==3.1.0 - # via google-auth -cassandra-driver==3.23.0 - # via -r requirements/static/ci/common.in -certifi==2020.6.20 - # via - # -r requirements/static/ci/common.in - # -r requirements/static/pkg/py3.6/darwin.txt - # kubernetes - # msrest - # requests -certvalidator==0.11.1 - # via vcert -cffi==1.12.2 - # via - # -r requirements/static/ci/common.in - # -r requirements/static/pkg/py3.6/darwin.txt - # azure-datalake-store - # bcrypt - # cryptography - # pynacl -cfn-lint==0.44.3 - # via moto -chardet==3.0.4 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # requests -cheetah3==3.1.0 - # via -r requirements/static/ci/common.in -cheroot==8.3.0 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # cherrypy -cherrypy==17.4.1 - # via - # -r requirements/static/ci/common.in - # -r requirements/static/pkg/py3.6/darwin.txt -click==7.0 - # via geomet -clustershell==1.8.1 - # via -r requirements/static/ci/common.in -contextlib2==0.6.0.post1 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # cherrypy -contextvars==2.4 - # via -r requirements/static/pkg/py3.6/darwin.txt -croniter==0.3.29 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -cryptography==3.3.2 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # adal - # azure-cosmosdb-table - # azure-keyvault - # azure-storage-common - # moto - # paramiko - # pyopenssl - # python-jose - # sshpubkeys - # vcert -decorator==4.4.2 - # via networkx -distlib==0.3.0 - # via virtualenv -distro==1.5.0 - # via -r requirements/static/pkg/py3.6/darwin.txt -dnspython==1.16.0 - # via - # -r requirements/static/ci/common.in - # python-etcd -docker-pycreds==0.4.0 - # via docker -docker==3.7.2 - # via - # -r requirements/static/ci/common.in - # moto -docutils==0.15.2 - # via botocore -ecdsa==0.13.3 - # via - # moto - # python-jose - # sshpubkeys -filelock==3.0.12 - # via virtualenv -flaky==3.7.0 - # via -r requirements/pytest.txt -future==0.17.1 - # via textfsm -genshi==0.7.3 - # via -r requirements/static/ci/common.in -geomet==0.1.2 - # via cassandra-driver -gitdb==4.0.5 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # gitpython -gitpython==3.1.12 - # via - # -r requirements/static/ci/common.in - # -r requirements/static/pkg/py3.6/darwin.txt -google-auth==1.6.3 - # via kubernetes -idna==2.8 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # moto - # requests -immutables==0.14 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # contextvars -importlib-metadata==0.23 - # via - # importlib-resources - # jsonschema - # pluggy - # pytest - # virtualenv -importlib-resources==1.5.0 - # via - # cfn-lint - # virtualenv -iniconfig==1.0.1 - # via pytest -ipaddress==1.0.22 - # via kubernetes -isodate==0.6.0 - # via msrest -jaraco.functools==2.0 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # cheroot - # tempora -jinja2==2.10.1 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # junos-eznc - # moto -jmespath==0.9.4 - # via - # -r requirements/static/ci/common.in - # boto3 - # botocore -jsondiff==1.2.0 - # via moto -jsonpatch==1.28 - # via cfn-lint -jsonpickle==1.1 - # via aws-xray-sdk -jsonpointer==2.0 - # via jsonpatch -jsonschema==3.2.0 - # via - # -r requirements/static/ci/common.in - # aws-sam-translator - # cfn-lint -junit-xml==1.9 - # via cfn-lint -junos-eznc==2.4.0 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -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/static/pkg/py3.6/darwin.txt -lxml==4.6.2 - # via - # junos-eznc - # ncclient -mako==1.0.7 - # via - # -r requirements/static/ci/common.in - # -r requirements/static/pkg/py3.6/darwin.txt -markupsafe==1.1.1 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # jinja2 - # mako - # moto -mock==3.0.5 - # via - # -r requirements/pytest.txt - # moto -more-itertools==8.2.0 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # cheroot - # cherrypy - # jaraco.functools - # moto - # zipp -moto==1.3.16 - # via -r requirements/static/ci/common.in -msgpack==1.0.2 - # via - # -r requirements/static/pkg/py3.6/darwin.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 -ncclient==0.6.4 - # via junos-eznc -netaddr==0.7.19 - # via junos-eznc -networkx==2.5 - # via cfn-lint -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.7.1 - # via - # junos-eznc - # ncclient - # scp -passlib==1.7.2 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -pathtools==0.1.2 - # via watchdog -pluggy==0.13.1 - # via pytest -portend==2.6 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # cherrypy -psutil==5.8.0 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # pytest-salt-factories -py==1.9.0 - # via pytest -pyasn1-modules==0.2.4 - # via google-auth -pyasn1==0.4.8 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # pyasn1-modules - # python-jose - # rsa -pycparser==2.19 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # cffi -pycryptodomex==3.9.8 - # via -r requirements/static/pkg/py3.6/darwin.txt -pycurl==7.43.0.6 - # via -r requirements/static/ci/common.in -pyjwt==2.0.0 - # via adal -pynacl==1.3.0 - # via paramiko -pyopenssl==19.0.0 - # via -r requirements/static/pkg/py3.6/darwin.txt -pyparsing==2.4.5 - # via - # junos-eznc - # packaging -pyrsistent==0.17.3 - # via jsonschema -pyserial==3.4 - # via junos-eznc -pytest-helpers-namespace==2019.1.8 - # via -r requirements/pytest.txt -pytest-salt-factories==0.121.1 - # via -r requirements/pytest.txt -pytest-subtests==0.4.0 - # via -r requirements/pytest.txt -pytest-tempdir==2019.10.12 - # via - # -r requirements/pytest.txt - # pytest-salt-factories -pytest==6.1.2 - # via - # -r requirements/pytest.txt - # pytest-helpers-namespace - # pytest-salt-factories - # pytest-subtests - # pytest-tempdir -python-dateutil==2.8.0 - # via - # -r requirements/static/pkg/py3.6/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.4 - # via -r requirements/static/pkg/py3.6/darwin.txt -python-jose[cryptography]==3.2.0 - # via moto -pytz==2020.1 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # moto - # tempora -pyvmomi==6.7.1.2018.12 - # via -r requirements/static/ci/common.in -pyyaml==5.3.1 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # cfn-lint - # clustershell - # junos-eznc - # kubernetes - # moto - # watchdog - # yamlordereddictloader -pyzmq==18.0.1 ; python_version < "3.9" - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # pytest-salt-factories -requests-oauthlib==1.3.0 - # via msrest -requests==2.21.0 - # via - # -r requirements/static/ci/common.in - # -r requirements/static/pkg/py3.6/darwin.txt - # adal - # apache-libcloud - # aws-xray-sdk - # azure-cosmosdb-table - # azure-datalake-store - # azure-keyvault - # azure-servicebus - # azure-servicemanagement-legacy - # azure-storage-common - # docker - # kubernetes - # moto - # msrest - # 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.0 - # via - # google-auth - # python-jose -s3transfer==0.3.3 - # via boto3 -scp==0.13.2 - # via junos-eznc -setproctitle==1.1.10 - # via -r requirements/static/pkg/py3.6/darwin.txt -six==1.15.0 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # aws-sam-translator - # bcrypt - # cassandra-driver - # cfn-lint - # cheroot - # cherrypy - # cryptography - # docker - # docker-pycreds - # geomet - # google-auth - # isodate - # jsonschema - # junit-xml - # junos-eznc - # kubernetes - # mock - # moto - # msrestazure - # ncclient - # packaging - # pynacl - # pyopenssl - # python-dateutil - # python-jose - # pyvmomi - # responses - # tempora - # textfsm - # transitions - # vcert - # virtualenv - # websocket-client -smmap==3.0.2 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # gitdb -sqlparse==0.4.1 - # via -r requirements/static/ci/common.in -sshpubkeys==3.1.0 - # via moto -strict-rfc3339==0.7 - # via -r requirements/static/ci/common.in -tempora==1.14.1 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # portend -terminal==0.4.0 - # via ntc-templates -textfsm==1.1.0 - # via ntc-templates -timelib==0.2.5 - # via -r requirements/static/pkg/py3.6/darwin.txt -toml==0.10.2 - # via - # -r requirements/static/ci/common.in - # pytest -transitions==0.8.1 - # via junos-eznc -urllib3==1.24.3 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # botocore - # kubernetes - # python-etcd - # requests -vcert==0.7.3 ; sys_platform != "win32" - # via -r requirements/static/ci/common.in -virtualenv==20.0.20 - # via -r requirements/static/ci/common.in -vultr==1.0.1 - # via -r requirements/static/pkg/py3.6/darwin.txt -watchdog==0.9.0 - # via -r requirements/static/ci/common.in -websocket-client==0.40.0 - # via - # docker - # kubernetes -werkzeug==0.15.6 - # via moto -wrapt==1.11.1 - # via aws-xray-sdk -xmltodict==0.12.0 - # via moto -yamlordereddictloader==0.4.0 - # via - # -r requirements/static/ci/darwin.in - # junos-eznc -zc.lockfile==2.0 - # via - # -r requirements/static/pkg/py3.6/darwin.txt - # cherrypy -zipp==0.6.0 - # via - # importlib-metadata - # importlib-resources - # moto - -# The following packages are considered to be unsafe in a requirements file: -# setuptools -# Passthrough dependencies from requirements/static/pkg/py3.6/darwin.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.5/darwin.txt b/requirements/static/pkg/py3.5/darwin.txt deleted file mode 100644 index 4d0ed7819e1..00000000000 --- a/requirements/static/pkg/py3.5/darwin.txt +++ /dev/null @@ -1,251 +0,0 @@ -# -# This file is autogenerated by pip-compile -# To update, run: -# -# pip-compile --output-file=requirements/static/pkg/py3.5/darwin.txt requirements/darwin.txt requirements/pyobjc.txt requirements/static/pkg/darwin.in -# -apache-libcloud==2.5.0 - # via -r requirements/darwin.txt -backports.ssl-match-hostname==3.7.0.1 ; python_version < "3.7" - # via -r requirements/darwin.txt -certifi==2020.6.20 - # via requests -cffi==1.12.2 - # via cryptography -chardet==3.0.4 - # via requests -cheroot==8.3.0 - # via cherrypy -cherrypy==17.4.1 - # via -r requirements/darwin.txt -contextlib2==0.6.0.post1 - # via cherrypy -contextvars==2.4 - # via -r requirements/base.txt -cryptography==3.0 - # 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.14 - # via contextvars -jaraco.functools==2.0 - # via - # cheroot - # tempora -jinja2==2.10.1 - # via -r requirements/base.txt -linode-python==1.1.1 - # via -r requirements/darwin.txt -mako==1.0.7 - # via -r requirements/darwin.txt -markupsafe==1.1.1 - # via - # -r requirements/base.txt - # jinja2 - # mako -more-itertools==8.2.0 - # via - # cheroot - # cherrypy - # jaraco.functools -msgpack==1.0.2 - # via -r requirements/base.txt -portend==2.6 - # via cherrypy -psutil==5.8.0 - # via -r requirements/darwin.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.4 - # via -r requirements/darwin.txt -pytz==2020.1 - # via tempora -pyyaml==5.3.1 - # via -r requirements/base.txt -pyzmq==18.0.1 ; python_version < "3.9" - # via -r requirements/zeromq.txt -requests==2.21.0 - # via - # -r requirements/base.txt - # apache-libcloud - # vultr -setproctitle==1.1.10 - # via -r requirements/darwin.txt -six==1.15.0 - # via - # cheroot - # cherrypy - # cryptography - # pyopenssl - # python-dateutil - # tempora -smmap==3.0.2 - # via gitdb -tempora==1.14.1 - # via portend -timelib==0.2.5 - # via -r requirements/darwin.txt -urllib3==1.24.3 - # via requests -vultr==1.0.1 - # via -r requirements/darwin.txt -zc.lockfile==2.0 - # via cherrypy - -# 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.6/darwin.txt b/requirements/static/pkg/py3.6/darwin.txt deleted file mode 100644 index cdbfa1db75b..00000000000 --- a/requirements/static/pkg/py3.6/darwin.txt +++ /dev/null @@ -1,251 +0,0 @@ -# -# This file is autogenerated by pip-compile -# To update, run: -# -# pip-compile --output-file=requirements/static/pkg/py3.6/darwin.txt requirements/darwin.txt requirements/pyobjc.txt requirements/static/pkg/darwin.in -# -apache-libcloud==2.5.0 - # via -r requirements/darwin.txt -backports.ssl-match-hostname==3.7.0.1 ; python_version < "3.7" - # via -r requirements/darwin.txt -certifi==2020.6.20 - # via requests -cffi==1.12.2 - # via cryptography -chardet==3.0.4 - # via requests -cheroot==8.3.0 - # via cherrypy -cherrypy==17.4.1 - # via -r requirements/darwin.txt -contextlib2==0.6.0.post1 - # via cherrypy -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.14 - # via contextvars -jaraco.functools==2.0 - # via - # cheroot - # tempora -jinja2==2.10.1 - # via -r requirements/base.txt -linode-python==1.1.1 - # via -r requirements/darwin.txt -mako==1.0.7 - # via -r requirements/darwin.txt -markupsafe==1.1.1 - # via - # -r requirements/base.txt - # jinja2 - # mako -more-itertools==8.2.0 - # via - # cheroot - # cherrypy - # jaraco.functools -msgpack==1.0.2 - # via -r requirements/base.txt -portend==2.6 - # via cherrypy -psutil==5.8.0 - # via -r requirements/darwin.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.4 - # via -r requirements/darwin.txt -pytz==2020.1 - # via tempora -pyyaml==5.3.1 - # via -r requirements/base.txt -pyzmq==18.0.1 ; python_version < "3.9" - # via -r requirements/zeromq.txt -requests==2.21.0 - # via - # -r requirements/base.txt - # apache-libcloud - # vultr -setproctitle==1.1.10 - # via -r requirements/darwin.txt -six==1.15.0 - # via - # cheroot - # cherrypy - # cryptography - # pyopenssl - # python-dateutil - # tempora -smmap==3.0.2 - # via gitdb -tempora==1.14.1 - # via portend -timelib==0.2.5 - # via -r requirements/darwin.txt -urllib3==1.24.3 - # via requests -vultr==1.0.1 - # via -r requirements/darwin.txt -zc.lockfile==2.0 - # via cherrypy - -# 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"