Skip to content

Instantly share code, notes, and snippets.

@kapilt
Created October 10, 2019 18:19
Show Gist options
  • Select an option

  • Save kapilt/e951ca9d83bb8d47b3e33a3a2ac76141 to your computer and use it in GitHub Desktop.

Select an option

Save kapilt/e951ca9d83bb8d47b3e33a3a2ac76141 to your computer and use it in GitHub Desktop.
# output of make install &> out.txt
python3 -m venv .
. bin/activate && pip install -r requirements-dev.txt
Obtaining file:///Users/kapilt/projects/test-c7n/cloud-custodian/tools/c7n_mailer (from -r requirements-dev.txt (line 28))
Obtaining file:///Users/kapilt/projects/test-c7n/cloud-custodian/tools/c7n_azure (from -r requirements-dev.txt (line 30))
Obtaining file:///Users/kapilt/projects/test-c7n/cloud-custodian/tools/c7n_gcp (from -r requirements-dev.txt (line 32))
Obtaining file:///Users/kapilt/projects/test-c7n/cloud-custodian/tools/c7n_kube (from -r requirements-dev.txt (line 34))
Obtaining file:///Users/kapilt/projects/test-c7n/cloud-custodian/tools/c7n_org (from -r requirements-dev.txt (line 36))
Collecting argcomplete>=1.8.2 (from -r requirements.txt (line 1))
Using cached https://files.pythonhosted.org/packages/4d/82/f44c9661e479207348a979b1f6f063625d11dc4ca6256af053719bbb0124/argcomplete-1.10.0-py2.py3-none-any.whl
Collecting boto3>=1.9.228 (from -r requirements.txt (line 2))
Using cached https://files.pythonhosted.org/packages/5b/cd/a888759c39670cac6b74027d3e3a93073ecb99135b1292d15bc2f3b6f90a/boto3-1.9.246-py2.py3-none-any.whl
Collecting botocore>=1.12.228 (from -r requirements.txt (line 3))
Using cached https://files.pythonhosted.org/packages/6d/22/398af6ea8d5c6bac57154442068613df74e7adbf255417c6894ef49fda42/botocore-1.12.246-py2.py3-none-any.whl
Collecting jsonschema>=2.5.1 (from -r requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/ce/6c/888d7c3c1fce3974c88a01a6bc553528c99d3586e098eee23e8383dd11c3/jsonschema-3.1.1-py2.py3-none-any.whl
Collecting PyYAML>=5.1 (from -r requirements.txt (line 5))
Collecting tabulate>=0.8.2 (from -r requirements.txt (line 6))
Collecting jsonpatch>=1.2.1 (from -r requirements.txt (line 7))
Using cached https://files.pythonhosted.org/packages/86/7e/035d19a73306278673039f0805b863be8798057cc1b4008b9c8c7d1d32a3/jsonpatch-1.24-py2.py3-none-any.whl
Collecting futures>=3.1.1 (from -r requirements.txt (line 8))
Using cached https://files.pythonhosted.org/packages/05/80/f41cca0ea1ff69bce7e7a7d76182b47bb4e1a494380a532af3e8ee70b9ec/futures-3.1.1-py3-none-any.whl
Collecting python-dateutil>=2.6 (from -r requirements.txt (line 9))
Using cached https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl
Collecting urllib3 (from -r requirements.txt (line 10))
Using cached https://files.pythonhosted.org/packages/e0/da/55f51ea951e1b7c63a579c09dd7db825bb730ec1fe9c0180fc77bfb31448/urllib3-1.25.6-py2.py3-none-any.whl
Collecting certifi (from -r requirements.txt (line 11))
Using cached https://files.pythonhosted.org/packages/18/b0/8146a4f8dd402f60744fa380bc73ca47303cccf8b9190fd16a827281eac2/certifi-2019.9.11-py2.py3-none-any.whl
Collecting coverage==4.5.4 (from -r requirements-dev.txt (line 4))
Using cached https://files.pythonhosted.org/packages/93/07/8302163cdbe2008441aa69f2119750110fde15ffd8a56a687311b143365a/coverage-4.5.4-cp37-cp37m-macosx_10_13_x86_64.whl
Collecting mock==3.0.5 (from -r requirements-dev.txt (line 5))
Using cached https://files.pythonhosted.org/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl
Collecting placebo==0.9.0 (from -r requirements-dev.txt (line 6))
Collecting flake8==3.7.8 (from -r requirements-dev.txt (line 7))
Using cached https://files.pythonhosted.org/packages/26/de/3f815a99d86eb10464ea7bd6059c0172c7ca97d4bdcfca41051b388a653b/flake8-3.7.8-py2.py3-none-any.whl
Collecting pytest (from -r requirements-dev.txt (line 8))
Using cached https://files.pythonhosted.org/packages/0c/91/d68f68ce54cd3e8afa1ef73ea1ad44df2438521b64c0820e5fd9b9f13b7d/pytest-5.2.1-py3-none-any.whl
Collecting pytest-xdist (from -r requirements-dev.txt (line 9))
Using cached https://files.pythonhosted.org/packages/f7/80/2af1fc039f779f61c7207dc9f79a1479874e7795f869fddaf135efde1cd4/pytest_xdist-1.30.0-py2.py3-none-any.whl
Collecting pytest-cov==2.7.1 (from -r requirements-dev.txt (line 10))
Using cached https://files.pythonhosted.org/packages/84/7b/73f8522619d1cbb22b9a36f9c54bc5ce5e24648e53cc1bf566477d2d1f2b/pytest_cov-2.7.1-py2.py3-none-any.whl
Collecting twine (from -r requirements-dev.txt (line 11))
Using cached https://files.pythonhosted.org/packages/c4/43/b9c56d378f5d0b9bee7be564b5c5fb65c65e5da6e82a97b6f50c2769249a/twine-2.0.0-py3-none-any.whl
Collecting tox==3.14.0 (from -r requirements-dev.txt (line 12))
Using cached https://files.pythonhosted.org/packages/a7/0c/ed234b83d2c4fcef1cfccf97371183d51dafae62e64334de34d0a6333114/tox-3.14.0-py2.py3-none-any.whl
Collecting six>=1.12.0 (from -r requirements-dev.txt (line 13))
Using cached https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Collecting psutil==5.6.3 (from -r requirements-dev.txt (line 16))
Collecting aws_xray_sdk==2.4.2 (from -r requirements-dev.txt (line 17))
Using cached https://files.pythonhosted.org/packages/58/f2/79f7918f4ddeec525742ddd4607abe4a82a29a6bc4c7e297995f59a18965/aws_xray_sdk-2.4.2-py2.py3-none-any.whl
Collecting docutils>=0.12 (from -r tools/c7n_mailer/requirements.txt (line 3))
Using cached https://files.pythonhosted.org/packages/22/cd/a6aa959dca619918ccb55023b4cb151949c64d4d5d55b3f4ffd7eee0c6e8/docutils-0.15.2-py3-none-any.whl
Collecting jmespath>=0.9.0 (from -r tools/c7n_mailer/requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/83/94/7179c3832a6d45b266ddb2aac329e101367fbdb11f425f13771d27f225bb/jmespath-0.9.4-py2.py3-none-any.whl
Collecting vcversioner==2.16.0.0 (from -r tools/c7n_mailer/requirements.txt (line 5))
Collecting Jinja2==2.10.1 (from -r tools/c7n_mailer/requirements.txt (line 6))
Using cached https://files.pythonhosted.org/packages/1d/e7/fd8b501e7a6dfe492a433deb7b9d833d39ca74916fa8bc63dd1a4947a671/Jinja2-2.10.1-py2.py3-none-any.whl
Collecting ruamel.yaml>=0.16.5 (from -r tools/c7n_mailer/requirements.txt (line 8))
Using cached https://files.pythonhosted.org/packages/fa/90/ecff85a2e9c497e2fa7142496e10233556b5137db5bd46f3f3b006935ca8/ruamel.yaml-0.16.5-py2.py3-none-any.whl
Collecting datadog==0.30.0 (from -r tools/c7n_mailer/requirements.txt (line 10))
Using cached https://files.pythonhosted.org/packages/53/67/efd32c589ec194d37ae7b3a955d8587761cc78a5b94f993a59ba6aa7f722/datadog-0.30.0-py2.py3-none-any.whl
Collecting sendgrid==6.1.0 (from -r tools/c7n_mailer/requirements.txt (line 11))
Using cached https://files.pythonhosted.org/packages/cf/d6/a45a329ecaf7c277ca375db272484e812e85201c89578264458b249df947/sendgrid-6.1.0-py3-none-any.whl
Collecting redis==3.3.8 (from -r tools/c7n_mailer/requirements.txt (line 12))
Using cached https://files.pythonhosted.org/packages/bd/64/b1e90af9bf0c7f6ef55e46b81ab527b33b785824d65300bb65636534b530/redis-3.3.8-py2.py3-none-any.whl
Collecting ldap3==2.6 (from -r tools/c7n_mailer/requirements.txt (line 13))
Using cached https://files.pythonhosted.org/packages/b5/3c/57f87ba620248f003e36cbc2f7b163d9a865bcfe13a82272b0543f72a09b/ldap3-2.6-py2.py3-none-any.whl
Collecting vcrpy==2.1.0 (from -r tools/c7n_azure/requirements.txt (line 1))
Using cached https://files.pythonhosted.org/packages/e5/77/c2549e2b5cfbf77a29a8d071955676dbe5e57bac7d1189be30f67c33db3a/vcrpy-2.1.0-py2.py3-none-any.whl
Collecting vcrpy_unittest==0.1.7 (from -r tools/c7n_azure/requirements.txt (line 2))
Using cached https://files.pythonhosted.org/packages/26/1f/da7aa0b470f83fd9c7aa1c47f5ebffc63b8ef4018e2da3c0b10a3bcf7521/vcrpy_unittest-0.1.7-py2.py3-none-any.whl
Collecting backports.functools_lru_cache==1.5 (from -r tools/c7n_azure/requirements.txt (line 3))
Using cached https://files.pythonhosted.org/packages/03/8e/2424c0e65c4a066e28f539364deee49b6451f8fcd4f718fefa50cc3dcf48/backports.functools_lru_cache-1.5-py2.py3-none-any.whl
Collecting azure-functions (from -r tools/c7n_azure/requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/68/b3/535af50791b2fcda75d3e18820588885686a33d8a13f83af6dcf74094cf4/azure_functions-1.0.4-py3-none-any.whl
Collecting parameterized (from -r tools/c7n_azure/requirements.txt (line 5))
Using cached https://files.pythonhosted.org/packages/d6/9b/5830b778f213ada36528d1c54fdc0a67178e6edd7c44ed59074851ebb2e7/parameterized-0.7.0-py2.py3-none-any.whl
Collecting retrying==1.3.3 (from -r tools/c7n_gcp/requirements.txt (line 1))
Collecting google-api-python-client==1.7.11 (from -r tools/c7n_gcp/requirements.txt (line 2))
Collecting ratelimiter==1.2.0.post0 (from -r tools/c7n_gcp/requirements.txt (line 3))
Using cached https://files.pythonhosted.org/packages/51/80/2164fa1e863ad52cc8d870855fba0fbb51edd943edffd516d54b5f6f8ff8/ratelimiter-1.2.0.post0-py3-none-any.whl
Collecting google-auth>=1.5.0 (from -r tools/c7n_gcp/requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/c5/9b/ed0516cc1f7609fb0217e3057ff4f0f9f3e3ce79a369c6af4a6c5ca25664/google_auth-1.6.3-py2.py3-none-any.whl
Collecting google-auth-httplib2>=0.0.3 (from -r tools/c7n_gcp/requirements.txt (line 5))
Using cached https://files.pythonhosted.org/packages/33/49/c814d6d438b823441552198f096fcd0377fd6c88714dbed34f1d3c8c4389/google_auth_httplib2-0.0.3-py2.py3-none-any.whl
Collecting google-cloud-logging>=1.6.0 (from -r tools/c7n_gcp/requirements.txt (line 6))
Using cached https://files.pythonhosted.org/packages/ff/f6/0c0f5cd7e9304017b6cbe9a8443249b5b264d28b721389b4c602d90a90c5/google_cloud_logging-1.13.0-py2.py3-none-any.whl
Collecting google-cloud-monitoring>=0.3.0 (from -r tools/c7n_gcp/requirements.txt (line 7))
Using cached https://files.pythonhosted.org/packages/0d/24/35da9c690c1d5042d45c40bbce49daf65e8a754b38f78f8c3d394bd12843/google_cloud_monitoring-0.33.0-py2.py3-none-any.whl
Collecting kubernetes==10.0.1 (from -r tools/c7n_kube/requirements.txt (line 1))
Using cached https://files.pythonhosted.org/packages/6e/fc/2cab119f679648b348b8940de0dd744a1f0ee99c690aa2ef6072f050816c/kubernetes-10.0.1-py2.py3-none-any.whl
Collecting fakeredis==1.0.4 (from -r requirements-dev.txt (line 25))
Using cached https://files.pythonhosted.org/packages/eb/77/35d9036794a87f12de587ae426cb74993ab686fb2fcca343d37a51f4bef6/fakeredis-1.0.4-py2.py3-none-any.whl
Collecting simplejson (from c7n-mailer==0.5.4->-r requirements-dev.txt (line 28))
Collecting c7n (from c7n-mailer==0.5.4->-r requirements-dev.txt (line 28))
Using cached https://files.pythonhosted.org/packages/98/00/dd9f45fa46a55d7f05ecf3fb8036799f075014e487a81966fb98d2852049/c7n-0.8.45.0.tar.gz
Collecting azure-mgmt-authorization (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/5e/17/4724694ddb3311955ddc367eddcd0928f8ee2c7b12d5a6f0b12bca0b03db/azure_mgmt_authorization-0.60.0-py2.py3-none-any.whl
Collecting azure-mgmt-apimanagement (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/af/50/6c514ad0850dbd371bdce481661cd4bbd61e569cc44478adf4dc92eeac3c/azure_mgmt_apimanagement-0.1.0-py2.py3-none-any.whl
Collecting azure-mgmt-applicationinsights (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/e3/45/a95820591a0286274c3bb452a592c34fc095edca305a922da22035927ba3/azure_mgmt_applicationinsights-0.2.0-py2.py3-none-any.whl
Collecting azure-mgmt-batch (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/55/eb/d02bc4b187b163f7f29b2780354f3fc752d9ae3b25a3b85ba9485c6b0c92/azure_mgmt_batch-7.0.0-py2.py3-none-any.whl
Collecting azure-mgmt-cognitiveservices (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/5d/d5/69bc1bac302704dc3e612347c5576c0a287a92a2ac3a5c0fc9bab0c83b9e/azure_mgmt_cognitiveservices-5.0.0-py2.py3-none-any.whl
Collecting azure-mgmt-cosmosdb (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/e4/bb/82f98bdcbb9f66de18fc3891f39cc8b0749ec92aa24e9249a02ca3e69b83/azure_mgmt_cosmosdb-0.8.0-py2.py3-none-any.whl
Collecting azure-mgmt-costmanagement (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/52/ef/985eeaddbc600c62e313d7b0071c2d4a7b339ea0bc0c31d07ec92231d146/azure_mgmt_costmanagement-0.1.0-py2.py3-none-any.whl
Collecting azure-mgmt-containerinstance (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/fd/d1/d770050f20ad81b80f7eb41f89e1a5d841cf74bf41c7e1ff137c46f28a1e/azure_mgmt_containerinstance-1.5.0-py2.py3-none-any.whl
Collecting azure-mgmt-compute (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/24/47/1b9a640a272fe0008d17835384d2e747678db540d93a623e13c3ca26446e/azure_mgmt_compute-8.0.0-py2.py3-none-any.whl
Collecting azure-mgmt-cdn (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/97/bf/c41e8985b4ffaaad2baaded1fb7b113433ae2d30d65c1a8c226e72284b72/azure_mgmt_cdn-3.1.0-py2.py3-none-any.whl
Collecting azure-mgmt-containerregistry (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/97/70/8c2d0509db466678eba16fa2b0a539499f3b351b1f2993126ad843d5be13/azure_mgmt_containerregistry-2.8.0-py2.py3-none-any.whl
Collecting azure-mgmt-containerservice (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/b4/95/b4e8c622c5ee56e05822b6fbfde1d7e1cfaa8f7d4d92867d6fc25ecb8ae3/azure_mgmt_containerservice-7.0.0-py2.py3-none-any.whl
Collecting azure-mgmt-databricks (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/15/cf/61c3f3ca76f32788c796ddacabcd53dbcfa0406d3c72f123bdfd211cdce8/azure_mgmt_databricks-0.1.0-py2.py3-none-any.whl
Collecting azure-mgmt-datalake-store (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/ff/ac/5685cd06dc8b245bb6b894815764a14bd62245ba4579b45148682f510fdd/azure_mgmt_datalake_store-0.5.0-py2.py3-none-any.whl
Collecting azure-mgmt-datafactory (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/10/aa/e4610387e92a11cf59e4737fa9db0e6ae62a31f694716300d571560b7d2d/azure_mgmt_datafactory-0.8.0-py2.py3-none-any.whl
Collecting azure-mgmt-dns (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/fd/e4/135d1b7911321576621d51a70a8f28ef027fe0af9eadff44a0b656586cd1/azure_mgmt_dns-3.0.0-py2.py3-none-any.whl
Collecting azure-mgmt-eventgrid (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/f9/d4/57cc437d1a3ec82feadc86fbd6485a3cc3c198d8717c171045e6fb98dd6d/azure_mgmt_eventgrid-2.2.0-py2.py3-none-any.whl
Collecting azure-mgmt-eventhub (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/c1/24/596f757efba6cb510bda8310131de4538bc2beb9f84878dc36595f8e9a42/azure_mgmt_eventhub-3.0.0-py2.py3-none-any.whl
Collecting azure-mgmt-hdinsight (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/55/08/f98df896b5c2ebb85fba2bdb42bbe13471b89db634c944d9f1d29a758c83/azure_mgmt_hdinsight-1.2.0-py2.py3-none-any.whl
Collecting azure-mgmt-iothub (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/5e/a5/d89d5138b35031596a9d1344903e8cf56a977f7b9ded3d7926cec33cd4d6/azure_mgmt_iothub-0.9.0-py2.py3-none-any.whl
Collecting azure-mgmt-keyvault (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/b3/d1/9fed0a3a3b43d0b1ad59599b5c836ccc4cf117e26458075385bafe79575b/azure_mgmt_keyvault-2.0.0-py2.py3-none-any.whl
Collecting azure-mgmt-managementgroups (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/95/e8/2bbe79c62ad2787944dd7ae4d06d60afb3967b5efc09ed14046919371b59/azure_mgmt_managementgroups-0.2.0-py2.py3-none-any.whl
Collecting azure-mgmt-network>=4.0.0 (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/7f/c5/cd36692fc33cce7ba76e38ab022127f223d6f1d11daab39a8cf77236bd2b/azure_mgmt_network-6.0.0-py2.py3-none-any.whl
Collecting azure-mgmt-redis (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/a1/7e/e958de2ef701104a35caabe4ad5d1588cd2d413271695924c586549d6a34/azure_mgmt_redis-6.0.0-py2.py3-none-any.whl
Collecting azure-mgmt-resource==2.1.0 (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/2b/2e/e79a278bedfc21308ab0c632759cfda5d7ff02d62260bcc4632449937dcf/azure_mgmt_resource-2.1.0-py2.py3-none-any.whl
Collecting azure-mgmt-rdbms (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/d2/94/c850c8257d19b08eb6b03154d6fe21938801562b4082d27985f54ebe9de4/azure_mgmt_rdbms-1.9.0-py2.py3-none-any.whl
Collecting azure-mgmt-sql (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/9b/57/e778738acbd2d1de52fd86206d922d4ffee1f98dcc0beaf4c7050c6d2959/azure_mgmt_sql-0.14.0-py2.py3-none-any.whl
Collecting azure-mgmt-storage (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/a1/71/c1f73fa452b7f2e1b5567621a1386907cb4591ef8335c012ab4b358fb090/azure_mgmt_storage-4.2.0-py2.py3-none-any.whl
Collecting azure-mgmt-subscription (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/b8/71/b6e4f7e7397f8a9cddd88871a13076a324c87fd6b11e229fd785860cd507/azure_mgmt_subscription-0.5.0-py2.py3-none-any.whl
Collecting azure-mgmt-web (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/a3/c0/84c7e0732423b738d5ef5cbc6101908de0fc2886cd3aed85b1d66c0ed514/azure_mgmt_web-0.43.0-py2.py3-none-any.whl
Collecting azure-mgmt-monitor (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/84/40/f264e79683a0afbb413a2c284d9a4464558f8701714927d4a7e88ccd3643/azure_mgmt_monitor-0.7.0-py2.py3-none-any.whl
Collecting azure-mgmt-policyinsights (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/28/9e/b9bba392f60d757f51db7ea6507d9e1c3672c19ac4ac32e868784ed18405/azure_mgmt_policyinsights-0.3.1-py2.py3-none-any.whl
Collecting azure-mgmt-logic (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/88/98/693c515e97043520f5cebf1ecae7bf198df100f5f9870b53d4be3bcaa5ce/azure_mgmt_logic-3.0.0-py2.py3-none-any.whl
Collecting azure-cosmos (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/1e/ab/7bce6265918d91325537f188869b901fb25d652e2c02ba3c2d0342d95114/azure_cosmos-3.1.1-py3-none-any.whl
Collecting azure-graphrbac (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/3e/93/02056aca45162f9fc275d1eaad12a2a07ef92375afb48eabddc4134b8315/azure_graphrbac-0.61.1-py2.py3-none-any.whl
Collecting azure-keyvault (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/80/37/e80f577570b32648c4b88c8c48a46501a4868ae4c8d905774fd02c2b01fc/azure_keyvault-1.1.0-py2.py3-none-any.whl
Collecting azure-storage-blob (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/3e/84/610f379b46d7d3c2d48eadeed6a12b6d46a43100fea70534f5992d0ac996/azure_storage_blob-2.1.0-py2.py3-none-any.whl
Collecting azure-storage-common~=2.0 (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/6b/a0/6794b318ce0118d1a4053bdf0149a60807407db9b710354f2b203c2f5975/azure_storage_common-2.1.0-py2.py3-none-any.whl
Collecting azure-storage-queue (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/69/08/a0dcde53f9203fa83111e28fc368404c818a8c54c077ae66559b237c9dd4/azure_storage_queue-2.1.0-py2.py3-none-any.whl
Collecting azure-storage-file (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/e0/30/e7ce72375b8982fb093fad7eb9bdb5c4b6165bf94e9f4087aca538927f99/azure_storage_file-2.1.0-py2.py3-none-any.whl
Collecting azure-cosmosdb-table (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/55/81/f57fea1cdab4490bc185e48a4db2451795fde37eb8fed1808e7e8fd2c99e/azure_cosmosdb_table-1.0.5-py2.py3-none-any.whl
Collecting applicationinsights (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/a1/53/234c53004f71f0717d8acd37876e0b65c121181167057b9ce1b1795f96a0/applicationinsights-0.11.9-py2.py3-none-any.whl
Collecting apscheduler (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/09/ff/d5b0e81846cd5e92d02e5f2682b78c73a5d9d61bc1eae32cea5ac15c0d47/APScheduler-3.6.1-py2.py3-none-any.whl
Collecting distlib (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Collecting jsonpickle (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/07/07/c157520a3ebd166c8c24c6ae0ecae7c3968eb4653ff0e5af369bb82f004d/jsonpickle-1.2-py2.py3-none-any.whl
Collecting requests (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl
Collecting PyJWT (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/87/8b/6a9f14b5f781697e51259d81657e6048fd31a113229cf346880bb7545565/PyJWT-1.7.1-py2.py3-none-any.whl
Collecting azure-cli-core (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/77/e3/d123173482f271de8d3dcb3d11008cd5df5a32d33fb2a7ce990e78ff8cd4/azure_cli_core-2.0.74-py2.py3-none-any.whl
Collecting adal (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/4f/b5/3ea9ae3d1096b9ff31e8f1846c47d49f3129a12464ac0a73b602de458298/adal-1.2.2-py2.py3-none-any.whl
Collecting netaddr (from c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/ba/97/ce14451a9fd7bdb5a397abf99b24a1a6bb7a1a440b019bebd2e9a0dbec74/netaddr-0.7.19-py2.py3-none-any.whl
Collecting click (from c7n-gcp==0.3.5->-r requirements-dev.txt (line 32))
Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl
Collecting s3transfer<0.3.0,>=0.2.0 (from boto3>=1.9.228->-r requirements.txt (line 2))
Using cached https://files.pythonhosted.org/packages/16/8a/1fc3dba0c4923c2a76e1ff0d52b305c44606da63f718d14d3231e21c51b0/s3transfer-0.2.1-py2.py3-none-any.whl
Collecting pyrsistent>=0.14.0 (from jsonschema>=2.5.1->-r requirements.txt (line 4))
Collecting attrs>=17.4.0 (from jsonschema>=2.5.1->-r requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/6b/e8/2ecaf86b128a34e225807f03b22664302937ab826bd3b7eccab6754d29ea/attrs-19.2.0-py2.py3-none-any.whl
Requirement already satisfied: setuptools in ./lib/python3.7/site-packages (from jsonschema>=2.5.1->-r requirements.txt (line 4)) (40.8.0)
Collecting importlib-metadata (from jsonschema>=2.5.1->-r requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
Collecting jsonpointer>=1.9 (from jsonpatch>=1.2.1->-r requirements.txt (line 7))
Using cached https://files.pythonhosted.org/packages/18/b0/a80d29577c08eea401659254dfaed87f1af45272899e1812d7e01b679bc5/jsonpointer-2.0-py2.py3-none-any.whl
Collecting pyflakes<2.2.0,>=2.1.0 (from flake8==3.7.8->-r requirements-dev.txt (line 7))
Using cached https://files.pythonhosted.org/packages/84/f2/ed0ffb887f8138a8fe5a621b8c0bb9598bfb3989e029f6c6a85ee66628ee/pyflakes-2.1.1-py2.py3-none-any.whl
Collecting entrypoints<0.4.0,>=0.3.0 (from flake8==3.7.8->-r requirements-dev.txt (line 7))
Using cached https://files.pythonhosted.org/packages/ac/c6/44694103f8c221443ee6b0041f69e2740d89a25641e62fb4f2ee568f2f9c/entrypoints-0.3-py2.py3-none-any.whl
Collecting pycodestyle<2.6.0,>=2.5.0 (from flake8==3.7.8->-r requirements-dev.txt (line 7))
Using cached https://files.pythonhosted.org/packages/0e/0c/04a353e104d2f324f8ee5f4b32012618c1c86dd79e52a433b64fceed511b/pycodestyle-2.5.0-py2.py3-none-any.whl
Collecting mccabe<0.7.0,>=0.6.0 (from flake8==3.7.8->-r requirements-dev.txt (line 7))
Using cached https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting packaging (from pytest->-r requirements-dev.txt (line 8))
Using cached https://files.pythonhosted.org/packages/cf/94/9672c2d4b126e74c4496c6b3c58a8b51d6419267be9e70660ba23374c875/packaging-19.2-py2.py3-none-any.whl
Collecting pluggy<1.0,>=0.12 (from pytest->-r requirements-dev.txt (line 8))
Using cached https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
Collecting wcwidth (from pytest->-r requirements-dev.txt (line 8))
Using cached https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting py>=1.5.0 (from pytest->-r requirements-dev.txt (line 8))
Using cached https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl
Collecting atomicwrites>=1.0 (from pytest->-r requirements-dev.txt (line 8))
Using cached https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl
Collecting more-itertools>=4.0.0 (from pytest->-r requirements-dev.txt (line 8))
Using cached https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl
Collecting execnet>=1.1 (from pytest-xdist->-r requirements-dev.txt (line 9))
Using cached https://files.pythonhosted.org/packages/d3/2e/c63af07fa471e0a02d05793c7a56a9f7d274a8489442a5dc4fb3b2b3c705/execnet-1.7.1-py2.py3-none-any.whl
Collecting pytest-forked (from pytest-xdist->-r requirements-dev.txt (line 9))
Using cached https://files.pythonhosted.org/packages/3f/55/ef92c340e723495dbee91d749903d2b7950b49c501943296257246d7d880/pytest_forked-1.0.2-py2.py3-none-any.whl
Collecting readme-renderer>=21.0 (from twine->-r requirements-dev.txt (line 11))
Using cached https://files.pythonhosted.org/packages/c3/7e/d1aae793900f36b097cbfcc5e70eef82b5b56423a6c52a36dce51fedd8f0/readme_renderer-24.0-py2.py3-none-any.whl
Collecting pkginfo>=1.4.2 (from twine->-r requirements-dev.txt (line 11))
Using cached https://files.pythonhosted.org/packages/e6/d5/451b913307b478c49eb29084916639dc53a88489b993530fed0a66bab8b9/pkginfo-1.5.0.1-py2.py3-none-any.whl
Collecting tqdm>=4.14 (from twine->-r requirements-dev.txt (line 11))
Using cached https://files.pythonhosted.org/packages/e1/c1/bc1dba38b48f4ae3c4428aea669c5e27bd5a7642a74c8348451e0bd8ff86/tqdm-4.36.1-py2.py3-none-any.whl
Collecting requests-toolbelt!=0.9.0,>=0.8.0 (from twine->-r requirements-dev.txt (line 11))
Using cached https://files.pythonhosted.org/packages/60/ef/7681134338fc097acef8d9b2f8abe0458e4d87559c689a8c306d0957ece5/requests_toolbelt-0.9.1-py2.py3-none-any.whl
Collecting toml>=0.9.4 (from tox==3.14.0->-r requirements-dev.txt (line 12))
Using cached https://files.pythonhosted.org/packages/a2/12/ced7105d2de62fa7c8fb5fce92cc4ce66b57c95fb875e9318dba7f8c5db0/toml-0.10.0-py2.py3-none-any.whl
Collecting filelock<4,>=3.0.0 (from tox==3.14.0->-r requirements-dev.txt (line 12))
Using cached https://files.pythonhosted.org/packages/93/83/71a2ee6158bb9f39a90c0dea1637f81d5eef866e188e1971a1b1ab01a35a/filelock-3.0.12-py3-none-any.whl
Collecting virtualenv>=14.0.0 (from tox==3.14.0->-r requirements-dev.txt (line 12))
Using cached https://files.pythonhosted.org/packages/8b/12/8d4f45b8962b03ac9efefe5ed5053f6b29334d83e438b4fe379d21c0cb8e/virtualenv-16.7.5-py2.py3-none-any.whl
Collecting future (from aws_xray_sdk==2.4.2->-r requirements-dev.txt (line 17))
Using cached https://files.pythonhosted.org/packages/f6/85/c273089eb6efa5644c0a1382ea553554bc0d40e00a46d989ec67f123f8b5/future-0.18.0.tar.gz
Collecting wrapt (from aws_xray_sdk==2.4.2->-r requirements-dev.txt (line 17))
Collecting MarkupSafe>=0.23 (from Jinja2==2.10.1->-r tools/c7n_mailer/requirements.txt (line 6))
Using cached https://files.pythonhosted.org/packages/ce/c6/f000f1af136ef74e4a95e33785921c73595c5390403f102e9b231b065b7a/MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl
Collecting ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.8" (from ruamel.yaml>=0.16.5->-r tools/c7n_mailer/requirements.txt (line 8))
Using cached https://files.pythonhosted.org/packages/fa/16/0ff4e92c21f275c071acb68f8ddd55b287e4e3b5dfd14c97983cb3506c90/ruamel.yaml.clib-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Collecting decorator>=3.3.2 (from datadog==0.30.0->-r tools/c7n_mailer/requirements.txt (line 10))
Using cached https://files.pythonhosted.org/packages/5f/88/0075e461560a1e750a0dcbf77f1d9de775028c37a19a346a6c565a257399/decorator-4.4.0-py2.py3-none-any.whl
Collecting python-http-client>=3.2.1 (from sendgrid==6.1.0->-r tools/c7n_mailer/requirements.txt (line 11))
Using cached https://files.pythonhosted.org/packages/49/66/a7569f9b3c8e5cca347f9a171ae9e718e9ac66e1215be4ede7642b6953f2/python_http_client-3.2.1-py3-none-any.whl
Collecting pyasn1>=0.1.8 (from ldap3==2.6->-r tools/c7n_mailer/requirements.txt (line 13))
Using cached https://files.pythonhosted.org/packages/a1/71/8f0d444e3a74e5640a3d5d967c1c6b015da9c655f35b2d308a55d907a517/pyasn1-0.4.7-py2.py3-none-any.whl
Collecting yarl; python_version >= "3.5" (from vcrpy==2.1.0->-r tools/c7n_azure/requirements.txt (line 1))
Collecting uritemplate<4dev,>=3.0.0 (from google-api-python-client==1.7.11->-r tools/c7n_gcp/requirements.txt (line 2))
Using cached https://files.pythonhosted.org/packages/e5/7d/9d5a640c4f8bf2c8b1afc015e9a9d8de32e13c9016dcc4b0ec03481fb396/uritemplate-3.0.0-py2.py3-none-any.whl
Collecting httplib2<1dev,>=0.9.2 (from google-api-python-client==1.7.11->-r tools/c7n_gcp/requirements.txt (line 2))
Using cached https://files.pythonhosted.org/packages/d2/84/f97b9efdb17c9b73e133bdbf2b4bfd09cd0be655e36e3ee3c4bec9095048/httplib2-0.14.0-py3-none-any.whl
Collecting rsa>=3.1.4 (from google-auth>=1.5.0->-r tools/c7n_gcp/requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/02/e5/38518af393f7c214357079ce67a317307936896e961e35450b70fad2a9cf/rsa-4.0-py2.py3-none-any.whl
Collecting cachetools>=2.0.0 (from google-auth>=1.5.0->-r tools/c7n_gcp/requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/2f/a6/30b0a0bef12283e83e58c1d6e7b5aabc7acfc4110df81a4471655d33e704/cachetools-3.1.1-py2.py3-none-any.whl
Collecting pyasn1-modules>=0.2.1 (from google-auth>=1.5.0->-r tools/c7n_gcp/requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/52/50/bb4cefca37da63a0c52218ba2cb1b1c36110d84dcbae8aa48cd67c5e95c2/pyasn1_modules-0.2.7-py2.py3-none-any.whl
Collecting google-cloud-core<2.0dev,>=1.0.0 (from google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6))
Using cached https://files.pythonhosted.org/packages/ee/f0/084f598629db8e6ec3627688723875cdb03637acb6d86999bb105a71df64/google_cloud_core-1.0.3-py2.py3-none-any.whl
Collecting google-api-core[grpc]<2.0.0dev,>=1.14.0 (from google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6))
Using cached https://files.pythonhosted.org/packages/29/3a/c528ef37f48d6ffba16f0f3c0426456ba21e0dd32be9c61a2ade93e07faa/google_api_core-1.14.3-py2.py3-none-any.whl
Collecting requests-oauthlib (from kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1))
Using cached https://files.pythonhosted.org/packages/c2/e2/9fd03d55ffb70fe51f587f20bcf407a6927eb121de86928b34d162f0b1ac/requests_oauthlib-1.2.0-py2.py3-none-any.whl
Collecting websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 (from kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1))
Using cached https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl
Collecting sortedcontainers (from fakeredis==1.0.4->-r requirements-dev.txt (line 25))
Using cached https://files.pythonhosted.org/packages/13/f3/cf85f7c3a2dbd1a515d51e1f1676d971abe41bba6f4ab5443240d9a78e5b/sortedcontainers-2.1.0-py2.py3-none-any.whl
Collecting msrest>=0.5.0 (from azure-mgmt-authorization->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/27/b0/c34b3ea9b2ed74b800520fbefb312cdb7f05c20b8bd42e5e7662a5614f98/msrest-0.6.10-py2.py3-none-any.whl
Collecting msrestazure<2.0.0,>=0.4.32 (from azure-mgmt-authorization->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/68/75/5cb56ca8cbc6c5fe476e4878c73f57a331edcf55e5d3fcb4a7377d7d659d/msrestazure-0.6.2-py2.py3-none-any.whl
Collecting azure-common~=1.1 (from azure-mgmt-authorization->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/00/55/a703923c12cd3172d5c007beda0c1a34342a17a6a72779f8a7c269af0cd6/azure_common-1.1.23-py2.py3-none-any.whl
Collecting azure-mgmt-datalake-nspkg>=2.0.0 (from azure-mgmt-datalake-store->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/48/3d/c65a520d93448923a96784582a0deafaae096cb37b444ae5d63b57f0562d/azure_mgmt_datalake_nspkg-3.0.1-py3-none-any.whl
Collecting azure-mgmt-nspkg>=2.0.0 (from azure-mgmt-logic->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/b3/c2/af4b47845f27dc7d206ed4908b9e580f8bc94a4b2f3956a0d87c40719d90/azure_mgmt_nspkg-3.0.2-py3-none-any.whl
Collecting cryptography>=2.1.4 (from azure-keyvault->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/63/4e/57b7a6bd98906872fcd2531e74b532de2abe17d675a5cf171931fcb4a9e8/cryptography-2.7-cp34-abi3-macosx_10_6_intel.whl
Collecting azure-nspkg>=2.0.0 (from azure-keyvault->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/c4/0c/c562be95a9a2ed52454f598571cf300b1114d0db2aa27f5b8ed3bb9cd0c0/azure_nspkg-3.0.2-py3-none-any.whl
Collecting azure-cosmosdb-nspkg>=2.0.0 (from azure-cosmosdb-table->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/58/0d/1329b47e5386b0acf4e42ada2284851eff60ef3337a87e5b2dfedabbfcb1/azure_cosmosdb_nspkg-2.0.2-py2.py3-none-any.whl
Collecting tzlocal>=1.2 (from apscheduler->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/ef/99/53bd1ac9349262f59c1c421d8fcc2559ae8a5eeffed9202684756b648d33/tzlocal-2.0.0-py2.py3-none-any.whl
Collecting pytz (from apscheduler->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl
Collecting idna<2.9,>=2.5 (from requests->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl
Collecting chardet<3.1.0,>=3.0.2 (from requests->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting paramiko<3.0.0,>=2.0.8 (from azure-cli-core->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/4b/80/74dace9e48b0ef923633dfb5e48798f58a168e4734bca8ecfaf839ba051a/paramiko-2.6.0-py2.py3-none-any.whl
Collecting pyopenssl>=17.1.0 (from azure-cli-core->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/01/c8/ceb170d81bd3941cbeb9940fc6cc2ef2ca4288d0ca8929ea4db5905d904d/pyOpenSSL-19.0.0-py2.py3-none-any.whl
Collecting humanfriendly~=4.7 (from azure-cli-core->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/90/df/88bff450f333114680698dc4aac7506ff7cab164b794461906de31998665/humanfriendly-4.18-py2.py3-none-any.whl
Collecting colorama>=0.3.9 (from azure-cli-core->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/4f/a6/728666f39bfff1719fc94c481890b2106837da9318031f71a8424b662e12/colorama-0.4.1-py2.py3-none-any.whl
Collecting knack~=0.6.2 (from azure-cli-core->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/52/13/bde14df1dbf6ca4ccef2d8e7edd2ccefaa29f95843bf18b554d67ea16ef9/knack-0.6.3-py2.py3-none-any.whl
Collecting azure-cli-nspkg>=2.0.0 (from azure-cli-core->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/86/79/57e09901b453ce18a13111cb72219b6bb05ca821dcb5c205380cf2a7edf2/azure_cli_nspkg-3.0.4-py2.py3-none-any.whl
Collecting azure-cli-telemetry (from azure-cli-core->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/e1/74/5d77fada646ba77626fd427f49616dedc9dffa45a192e520e6eeb62e8a22/azure_cli_telemetry-1.0.3-py2.py3-none-any.whl
Collecting wheel==0.30.0 (from azure-cli-core->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/0c/80/16a85b47702a1f47a63c104c91abdd0a6704ee8ae3b4ce4afc49bc39f9d9/wheel-0.30.0-py2.py3-none-any.whl
Collecting antlr4-python3-runtime; python_version >= "3.0" (from azure-cli-core->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Collecting zipp>=0.5 (from importlib-metadata->jsonschema>=2.5.1->-r requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
Collecting pyparsing>=2.0.2 (from packaging->pytest->-r requirements-dev.txt (line 8))
Using cached https://files.pythonhosted.org/packages/11/fa/0160cd525c62d7abd076a070ff02b2b94de589f1a9789774f17d7c54058e/pyparsing-2.4.2-py2.py3-none-any.whl
Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist->-r requirements-dev.txt (line 9))
Using cached https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl
Collecting Pygments (from readme-renderer>=21.0->twine->-r requirements-dev.txt (line 11))
Using cached https://files.pythonhosted.org/packages/5c/73/1dfa428150e3ccb0fa3e68db406e5be48698f2a979ccbcec795f28f44048/Pygments-2.4.2-py2.py3-none-any.whl
Collecting bleach>=2.1.0 (from readme-renderer>=21.0->twine->-r requirements-dev.txt (line 11))
Using cached https://files.pythonhosted.org/packages/ab/05/27e1466475e816d3001efb6e0a85a819be17411420494a1e602c36f8299d/bleach-3.1.0-py2.py3-none-any.whl
Collecting multidict>=4.0 (from yarl; python_version >= "3.5"->vcrpy==2.1.0->-r tools/c7n_azure/requirements.txt (line 1))
Using cached https://files.pythonhosted.org/packages/0e/64/39b167d63e292cc2336d09c4d3577089db82cd7886ed535b6100fc7c7966/multidict-4.5.2-cp37-cp37m-macosx_10_12_intel.macosx_10_12_x86_64.macosx_10_13_intel.macosx_10_13_x86_64.whl
Collecting googleapis-common-protos<2.0dev,>=1.6.0 (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6))
Collecting protobuf>=3.4.0 (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6))
Using cached https://files.pythonhosted.org/packages/a5/c6/a8b6a74ab1e165f0aaa673a46f5c895af8780976880c98934ae82060356d/protobuf-3.10.0-cp37-cp37m-macosx_10_9_intel.whl
Collecting grpcio<2.0dev,>=1.8.2; extra == "grpc" (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6))
Using cached https://files.pythonhosted.org/packages/75/07/f1d41d10519ca165b0e078949078f20beb57e7e46dc0f1d56b73bb01270a/grpcio-1.24.1-cp37-cp37m-macosx_10_9_x86_64.whl
Collecting oauthlib>=3.0.0 (from requests-oauthlib->kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1))
Using cached https://files.pythonhosted.org/packages/05/57/ce2e7a8fa7c0afb54a0581b14a65b56e62b5759dbc98e80627142b8a3704/oauthlib-3.1.0-py2.py3-none-any.whl
Collecting isodate>=0.6.0 (from msrest>=0.5.0->azure-mgmt-authorization->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/9b/9f/b36f7774ff5ea8e428fdcfc4bb332c39ee5b9362ddd3d40d9516a55221b2/isodate-0.6.0-py2.py3-none-any.whl
Collecting cffi!=1.11.3,>=1.8 (from cryptography>=2.1.4->azure-keyvault->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/f0/48/5aa4ea664eba26dd5142558d04762f5065c02220b4665b3f7eecb9bb614e/cffi-1.12.3-cp37-cp37m-macosx_10_9_x86_64.whl
Collecting asn1crypto>=0.21.0 (from cryptography>=2.1.4->azure-keyvault->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/8d/c3/be192e56ab85a7b2439caf83049b9936292aaf0398038a2fe28716f18951/asn1crypto-1.0.1-py2.py3-none-any.whl
Collecting bcrypt>=3.1.3 (from paramiko<3.0.0,>=2.0.8->azure-cli-core->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/62/20/4c94f3f8dfc6b8720c8bc903ce2951ec6397ad864e3a64b4abdced014514/bcrypt-3.1.7-cp34-abi3-macosx_10_6_intel.whl
Collecting pynacl>=1.0.1 (from paramiko<3.0.0,>=2.0.8->azure-cli-core->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/cd/c9/4d6deea9d900345b1243cc3e6265110697fae5e594689cfa1ba34e0ef4a8/PyNaCl-1.3.0-cp34-abi3-macosx_10_6_intel.whl
Collecting portalocker~=1.2 (from azure-cli-telemetry->azure-cli-core->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
Using cached https://files.pythonhosted.org/packages/60/ec/836a494dbaa72541f691ec4e66f29fdc8db9bcc7f49e1c2d457ba13ced42/portalocker-1.5.1-py2.py3-none-any.whl
Collecting webencodings (from bleach>=2.1.0->readme-renderer>=21.0->twine->-r requirements-dev.txt (line 11))
Using cached https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl
Collecting pycparser (from cffi!=1.11.3,>=1.8->cryptography>=2.1.4->azure-keyvault->c7n-azure==0.6.0->-r requirements-dev.txt (line 30))
azure-cosmosdb-table 1.0.5 has requirement azure-storage-common~=1.1, but you'll have azure-storage-common 2.1.0 which is incompatible.
azure-cli-core 2.0.74 has requirement azure-mgmt-resource~=4.0, but you'll have azure-mgmt-resource 2.1.0 which is incompatible.
c7n-kube 0.1.1 has requirement kubernetes==9.0.0, but you'll have kubernetes 10.0.1 which is incompatible.
Installing collected packages: argcomplete, six, python-dateutil, docutils, jmespath, urllib3, botocore, s3transfer, boto3, pyrsistent, attrs, more-itertools, zipp, importlib-metadata, jsonschema, PyYAML, tabulate, jsonpointer, jsonpatch, futures, certifi, coverage, mock, placebo, pyflakes, entrypoints, pycodestyle, mccabe, flake8, pyparsing, packaging, pluggy, wcwidth, py, atomicwrites, pytest, apipkg, execnet, pytest-forked, pytest-xdist, pytest-cov, Pygments, webencodings, bleach, readme-renderer, pkginfo, tqdm, idna, chardet, requests, requests-toolbelt, twine, toml, filelock, virtualenv, tox, psutil, future, jsonpickle, wrapt, aws-xray-sdk, vcversioner, MarkupSafe, Jinja2, ruamel.yaml.clib, ruamel.yaml, decorator, datadog, python-http-client, sendgrid, redis, pyasn1, ldap3, multidict, yarl, vcrpy, vcrpy-unittest, backports.functools-lru-cache, azure-functions, parameterized, retrying, uritemplate, rsa, cachetools, pyasn1-modules, google-auth, httplib2, google-auth-httplib2, google-api-python-client, ratelimiter, pytz, protobuf, googleapis-common-protos, grpcio, google-api-core, google-cloud-core, google-cloud-logging, google-cloud-monitoring, oauthlib, requests-oauthlib, websocket-client, kubernetes, sortedcontainers, fakeredis, simplejson, c7n, c7n-mailer, isodate, msrest, pycparser, cffi, asn1crypto, cryptography, PyJWT, adal, msrestazure, azure-common, azure-mgmt-authorization, azure-mgmt-apimanagement, azure-mgmt-applicationinsights, azure-mgmt-batch, azure-mgmt-cognitiveservices, azure-mgmt-cosmosdb, azure-mgmt-costmanagement, azure-mgmt-containerinstance, azure-mgmt-compute, azure-mgmt-cdn, azure-mgmt-containerregistry, azure-mgmt-containerservice, azure-mgmt-databricks, azure-nspkg, azure-mgmt-nspkg, azure-mgmt-datalake-nspkg, azure-mgmt-datalake-store, azure-mgmt-datafactory, azure-mgmt-dns, azure-mgmt-eventgrid, azure-mgmt-eventhub, azure-mgmt-hdinsight, azure-mgmt-iothub, azure-mgmt-keyvault, azure-mgmt-managementgroups, azure-mgmt-network, azure-mgmt-redis, azure-mgmt-resource, azure-mgmt-rdbms, azure-mgmt-sql, azure-mgmt-storage, azure-mgmt-subscription, azure-mgmt-web, azure-mgmt-monitor, azure-mgmt-policyinsights, azure-mgmt-logic, azure-cosmos, azure-graphrbac, azure-keyvault, azure-storage-common, azure-storage-blob, azure-storage-queue, azure-storage-file, azure-cosmosdb-nspkg, azure-cosmosdb-table, applicationinsights, tzlocal, apscheduler, distlib, bcrypt, pynacl, paramiko, pyopenssl, humanfriendly, colorama, knack, azure-cli-nspkg, portalocker, azure-cli-telemetry, wheel, antlr4-python3-runtime, azure-cli-core, netaddr, c7n-azure, click, c7n-gcp, c7n-kube, c7n-org
Running setup.py install for future: started
Running setup.py install for future: finished with status 'done'
Running setup.py install for c7n: started
Running setup.py install for c7n: finished with status 'done'
Running setup.py develop for c7n-mailer
Running setup.py develop for c7n-azure
Running setup.py develop for c7n-gcp
Running setup.py develop for c7n-kube
Running setup.py develop for c7n-org
Successfully installed Jinja2-2.10.1 MarkupSafe-1.1.1 PyJWT-1.7.1 PyYAML-5.1.2 Pygments-2.4.2 adal-1.2.2 antlr4-python3-runtime-4.7.2 apipkg-1.5 applicationinsights-0.11.9 apscheduler-3.6.1 argcomplete-1.10.0 asn1crypto-1.0.1 atomicwrites-1.3.0 attrs-19.2.0 aws-xray-sdk-2.4.2 azure-cli-core-2.0.74 azure-cli-nspkg-3.0.4 azure-cli-telemetry-1.0.3 azure-common-1.1.23 azure-cosmos-3.1.1 azure-cosmosdb-nspkg-2.0.2 azure-cosmosdb-table-1.0.5 azure-functions-1.0.4 azure-graphrbac-0.61.1 azure-keyvault-1.1.0 azure-mgmt-apimanagement-0.1.0 azure-mgmt-applicationinsights-0.2.0 azure-mgmt-authorization-0.60.0 azure-mgmt-batch-7.0.0 azure-mgmt-cdn-3.1.0 azure-mgmt-cognitiveservices-5.0.0 azure-mgmt-compute-8.0.0 azure-mgmt-containerinstance-1.5.0 azure-mgmt-containerregistry-2.8.0 azure-mgmt-containerservice-7.0.0 azure-mgmt-cosmosdb-0.8.0 azure-mgmt-costmanagement-0.1.0 azure-mgmt-databricks-0.1.0 azure-mgmt-datafactory-0.8.0 azure-mgmt-datalake-nspkg-3.0.1 azure-mgmt-datalake-store-0.5.0 azure-mgmt-dns-3.0.0 azure-mgmt-eventgrid-2.2.0 azure-mgmt-eventhub-3.0.0 azure-mgmt-hdinsight-1.2.0 azure-mgmt-iothub-0.9.0 azure-mgmt-keyvault-2.0.0 azure-mgmt-logic-3.0.0 azure-mgmt-managementgroups-0.2.0 azure-mgmt-monitor-0.7.0 azure-mgmt-network-6.0.0 azure-mgmt-nspkg-3.0.2 azure-mgmt-policyinsights-0.3.1 azure-mgmt-rdbms-1.9.0 azure-mgmt-redis-6.0.0 azure-mgmt-resource-2.1.0 azure-mgmt-sql-0.14.0 azure-mgmt-storage-4.2.0 azure-mgmt-subscription-0.5.0 azure-mgmt-web-0.43.0 azure-nspkg-3.0.2 azure-storage-blob-2.1.0 azure-storage-common-2.1.0 azure-storage-file-2.1.0 azure-storage-queue-2.1.0 backports.functools-lru-cache-1.5 bcrypt-3.1.7 bleach-3.1.0 boto3-1.9.246 botocore-1.12.246 c7n-0.8.45.0 c7n-azure c7n-gcp c7n-kube c7n-mailer c7n-org cachetools-3.1.1 certifi-2019.9.11 cffi-1.12.3 chardet-3.0.4 click-7.0 colorama-0.4.1 coverage-4.5.4 cryptography-2.7 datadog-0.30.0 decorator-4.4.0 distlib-0.2.9.post0 docutils-0.15.2 entrypoints-0.3 execnet-1.7.1 fakeredis-1.0.4 filelock-3.0.12 flake8-3.7.8 future-0.18.0 futures-3.1.1 google-api-core-1.14.3 google-api-python-client-1.7.11 google-auth-1.6.3 google-auth-httplib2-0.0.3 google-cloud-core-1.0.3 google-cloud-logging-1.13.0 google-cloud-monitoring-0.33.0 googleapis-common-protos-1.6.0 grpcio-1.24.1 httplib2-0.14.0 humanfriendly-4.18 idna-2.8 importlib-metadata-0.23 isodate-0.6.0 jmespath-0.9.4 jsonpatch-1.24 jsonpickle-1.2 jsonpointer-2.0 jsonschema-3.1.1 knack-0.6.3 kubernetes-10.0.1 ldap3-2.6 mccabe-0.6.1 mock-3.0.5 more-itertools-7.2.0 msrest-0.6.10 msrestazure-0.6.2 multidict-4.5.2 netaddr-0.7.19 oauthlib-3.1.0 packaging-19.2 parameterized-0.7.0 paramiko-2.6.0 pkginfo-1.5.0.1 placebo-0.9.0 pluggy-0.13.0 portalocker-1.5.1 protobuf-3.10.0 psutil-5.6.3 py-1.8.0 pyasn1-0.4.7 pyasn1-modules-0.2.7 pycodestyle-2.5.0 pycparser-2.19 pyflakes-2.1.1 pynacl-1.3.0 pyopenssl-19.0.0 pyparsing-2.4.2 pyrsistent-0.15.4 pytest-5.2.1 pytest-cov-2.7.1 pytest-forked-1.0.2 pytest-xdist-1.30.0 python-dateutil-2.8.0 python-http-client-3.2.1 pytz-2019.3 ratelimiter-1.2.0.post0 readme-renderer-24.0 redis-3.3.8 requests-2.22.0 requests-oauthlib-1.2.0 requests-toolbelt-0.9.1 retrying-1.3.3 rsa-4.0 ruamel.yaml-0.16.5 ruamel.yaml.clib-0.2.0 s3transfer-0.2.1 sendgrid-6.1.0 simplejson-3.16.0 six-1.12.0 sortedcontainers-2.1.0 tabulate-0.8.5 toml-0.10.0 tox-3.14.0 tqdm-4.36.1 twine-2.0.0 tzlocal-2.0.0 uritemplate-3.0.0 urllib3-1.25.6 vcrpy-2.1.0 vcrpy-unittest-0.1.7 vcversioner-2.16.0.0 virtualenv-16.7.5 wcwidth-0.1.7 webencodings-0.5.1 websocket-client-0.56.0 wheel-0.30.0 wrapt-1.11.2 yarl-1.3.0 zipp-0.6.0
You are using pip version 19.0.3, however version 19.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
. bin/activate && pip install -e .
Obtaining file:///Users/kapilt/projects/test-c7n/cloud-custodian
Requirement already satisfied: boto3>=1.9.228 in ./lib/python3.7/site-packages (from c7n==0.8.45.0) (1.9.246)
Requirement already satisfied: botocore>=1.12.228 in ./lib/python3.7/site-packages (from c7n==0.8.45.0) (1.12.246)
Requirement already satisfied: python-dateutil<3.0.0,>=2.6 in ./lib/python3.7/site-packages (from c7n==0.8.45.0) (2.8.0)
Requirement already satisfied: PyYAML>=4.2b4 in ./lib/python3.7/site-packages (from c7n==0.8.45.0) (5.1.2)
Requirement already satisfied: jsonschema in ./lib/python3.7/site-packages (from c7n==0.8.45.0) (3.1.1)
Requirement already satisfied: jsonpatch>=1.21 in ./lib/python3.7/site-packages (from c7n==0.8.45.0) (1.24)
Requirement already satisfied: argcomplete in ./lib/python3.7/site-packages (from c7n==0.8.45.0) (1.10.0)
Requirement already satisfied: tabulate>=0.8.2 in ./lib/python3.7/site-packages (from c7n==0.8.45.0) (0.8.5)
Requirement already satisfied: urllib3 in ./lib/python3.7/site-packages (from c7n==0.8.45.0) (1.25.6)
Requirement already satisfied: certifi in ./lib/python3.7/site-packages (from c7n==0.8.45.0) (2019.9.11)
Requirement already satisfied: s3transfer<0.3.0,>=0.2.0 in ./lib/python3.7/site-packages (from boto3>=1.9.228->c7n==0.8.45.0) (0.2.1)
Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in ./lib/python3.7/site-packages (from boto3>=1.9.228->c7n==0.8.45.0) (0.9.4)
Requirement already satisfied: docutils<0.16,>=0.10 in ./lib/python3.7/site-packages (from botocore>=1.12.228->c7n==0.8.45.0) (0.15.2)
Requirement already satisfied: six>=1.5 in ./lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.6->c7n==0.8.45.0) (1.12.0)
Requirement already satisfied: pyrsistent>=0.14.0 in ./lib/python3.7/site-packages (from jsonschema->c7n==0.8.45.0) (0.15.4)
Requirement already satisfied: attrs>=17.4.0 in ./lib/python3.7/site-packages (from jsonschema->c7n==0.8.45.0) (19.2.0)
Requirement already satisfied: setuptools in ./lib/python3.7/site-packages (from jsonschema->c7n==0.8.45.0) (40.8.0)
Requirement already satisfied: importlib-metadata in ./lib/python3.7/site-packages (from jsonschema->c7n==0.8.45.0) (0.23)
Requirement already satisfied: jsonpointer>=1.9 in ./lib/python3.7/site-packages (from jsonpatch>=1.21->c7n==0.8.45.0) (2.0)
Requirement already satisfied: zipp>=0.5 in ./lib/python3.7/site-packages (from importlib-metadata->jsonschema->c7n==0.8.45.0) (0.6.0)
Requirement already satisfied: more-itertools in ./lib/python3.7/site-packages (from zipp>=0.5->importlib-metadata->jsonschema->c7n==0.8.45.0) (7.2.0)
c7n-kube 0.1.1 has requirement kubernetes==9.0.0, but you'll have kubernetes 10.0.1 which is incompatible.
Installing collected packages: c7n
Found existing installation: c7n 0.8.45.0
Uninstalling c7n-0.8.45.0:
Successfully uninstalled c7n-0.8.45.0
Running setup.py develop for c7n
Successfully installed c7n
You are using pip version 19.0.3, however version 19.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
. bin/activate && pip install -r tools/c7n_mailer/requirements.txt
Requirement already satisfied: boto3>=1.9.228 in ./lib/python3.7/site-packages (from -r tools/c7n_mailer/requirements.txt (line 1)) (1.9.246)
Requirement already satisfied: botocore>=1.12.228 in ./lib/python3.7/site-packages (from -r tools/c7n_mailer/requirements.txt (line 2)) (1.12.246)
Requirement already satisfied: docutils>=0.12 in ./lib/python3.7/site-packages (from -r tools/c7n_mailer/requirements.txt (line 3)) (0.15.2)
Requirement already satisfied: jmespath>=0.9.0 in ./lib/python3.7/site-packages (from -r tools/c7n_mailer/requirements.txt (line 4)) (0.9.4)
Requirement already satisfied: vcversioner==2.16.0.0 in ./lib/python3.7/site-packages (from -r tools/c7n_mailer/requirements.txt (line 5)) (2.16.0.0)
Requirement already satisfied: Jinja2==2.10.1 in ./lib/python3.7/site-packages (from -r tools/c7n_mailer/requirements.txt (line 6)) (2.10.1)
Requirement already satisfied: jsonschema>=2.5.1 in ./lib/python3.7/site-packages (from -r tools/c7n_mailer/requirements.txt (line 7)) (3.1.1)
Requirement already satisfied: ruamel.yaml>=0.16.5 in ./lib/python3.7/site-packages (from -r tools/c7n_mailer/requirements.txt (line 8)) (0.16.5)
Requirement already satisfied: six>=1.12.0 in ./lib/python3.7/site-packages (from -r tools/c7n_mailer/requirements.txt (line 9)) (1.12.0)
Requirement already satisfied: datadog==0.30.0 in ./lib/python3.7/site-packages (from -r tools/c7n_mailer/requirements.txt (line 10)) (0.30.0)
Requirement already satisfied: sendgrid==6.1.0 in ./lib/python3.7/site-packages (from -r tools/c7n_mailer/requirements.txt (line 11)) (6.1.0)
Requirement already satisfied: redis==3.3.8 in ./lib/python3.7/site-packages (from -r tools/c7n_mailer/requirements.txt (line 12)) (3.3.8)
Requirement already satisfied: ldap3==2.6 in ./lib/python3.7/site-packages (from -r tools/c7n_mailer/requirements.txt (line 13)) (2.6)
Requirement already satisfied: s3transfer<0.3.0,>=0.2.0 in ./lib/python3.7/site-packages (from boto3>=1.9.228->-r tools/c7n_mailer/requirements.txt (line 1)) (0.2.1)
Requirement already satisfied: python-dateutil<3.0.0,>=2.1; python_version >= "2.7" in ./lib/python3.7/site-packages (from botocore>=1.12.228->-r tools/c7n_mailer/requirements.txt (line 2)) (2.8.0)
Requirement already satisfied: urllib3<1.26,>=1.20; python_version >= "3.4" in ./lib/python3.7/site-packages (from botocore>=1.12.228->-r tools/c7n_mailer/requirements.txt (line 2)) (1.25.6)
Requirement already satisfied: MarkupSafe>=0.23 in ./lib/python3.7/site-packages (from Jinja2==2.10.1->-r tools/c7n_mailer/requirements.txt (line 6)) (1.1.1)
Requirement already satisfied: pyrsistent>=0.14.0 in ./lib/python3.7/site-packages (from jsonschema>=2.5.1->-r tools/c7n_mailer/requirements.txt (line 7)) (0.15.4)
Requirement already satisfied: setuptools in ./lib/python3.7/site-packages (from jsonschema>=2.5.1->-r tools/c7n_mailer/requirements.txt (line 7)) (40.8.0)
Requirement already satisfied: importlib-metadata in ./lib/python3.7/site-packages (from jsonschema>=2.5.1->-r tools/c7n_mailer/requirements.txt (line 7)) (0.23)
Requirement already satisfied: attrs>=17.4.0 in ./lib/python3.7/site-packages (from jsonschema>=2.5.1->-r tools/c7n_mailer/requirements.txt (line 7)) (19.2.0)
Requirement already satisfied: ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.8" in ./lib/python3.7/site-packages (from ruamel.yaml>=0.16.5->-r tools/c7n_mailer/requirements.txt (line 8)) (0.2.0)
Requirement already satisfied: decorator>=3.3.2 in ./lib/python3.7/site-packages (from datadog==0.30.0->-r tools/c7n_mailer/requirements.txt (line 10)) (4.4.0)
Requirement already satisfied: requests>=2.6.0 in ./lib/python3.7/site-packages (from datadog==0.30.0->-r tools/c7n_mailer/requirements.txt (line 10)) (2.22.0)
Requirement already satisfied: python-http-client>=3.2.1 in ./lib/python3.7/site-packages (from sendgrid==6.1.0->-r tools/c7n_mailer/requirements.txt (line 11)) (3.2.1)
Requirement already satisfied: pyasn1>=0.1.8 in ./lib/python3.7/site-packages (from ldap3==2.6->-r tools/c7n_mailer/requirements.txt (line 13)) (0.4.7)
Requirement already satisfied: zipp>=0.5 in ./lib/python3.7/site-packages (from importlib-metadata->jsonschema>=2.5.1->-r tools/c7n_mailer/requirements.txt (line 7)) (0.6.0)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in ./lib/python3.7/site-packages (from requests>=2.6.0->datadog==0.30.0->-r tools/c7n_mailer/requirements.txt (line 10)) (3.0.4)
Requirement already satisfied: certifi>=2017.4.17 in ./lib/python3.7/site-packages (from requests>=2.6.0->datadog==0.30.0->-r tools/c7n_mailer/requirements.txt (line 10)) (2019.9.11)
Requirement already satisfied: idna<2.9,>=2.5 in ./lib/python3.7/site-packages (from requests>=2.6.0->datadog==0.30.0->-r tools/c7n_mailer/requirements.txt (line 10)) (2.8)
Requirement already satisfied: more-itertools in ./lib/python3.7/site-packages (from zipp>=0.5->importlib-metadata->jsonschema>=2.5.1->-r tools/c7n_mailer/requirements.txt (line 7)) (7.2.0)
You are using pip version 19.0.3, however version 19.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
. bin/activate && pip install -r tools/c7n_azure/requirements.txt
Requirement already satisfied: vcrpy==2.1.0 in ./lib/python3.7/site-packages (from -r tools/c7n_azure/requirements.txt (line 1)) (2.1.0)
Requirement already satisfied: vcrpy_unittest==0.1.7 in ./lib/python3.7/site-packages (from -r tools/c7n_azure/requirements.txt (line 2)) (0.1.7)
Requirement already satisfied: backports.functools_lru_cache==1.5 in ./lib/python3.7/site-packages (from -r tools/c7n_azure/requirements.txt (line 3)) (1.5)
Requirement already satisfied: azure-functions in ./lib/python3.7/site-packages (from -r tools/c7n_azure/requirements.txt (line 4)) (1.0.4)
Requirement already satisfied: parameterized in ./lib/python3.7/site-packages (from -r tools/c7n_azure/requirements.txt (line 5)) (0.7.0)
Requirement already satisfied: six>=1.5 in ./lib/python3.7/site-packages (from vcrpy==2.1.0->-r tools/c7n_azure/requirements.txt (line 1)) (1.12.0)
Requirement already satisfied: PyYAML in ./lib/python3.7/site-packages (from vcrpy==2.1.0->-r tools/c7n_azure/requirements.txt (line 1)) (5.1.2)
Requirement already satisfied: wrapt in ./lib/python3.7/site-packages (from vcrpy==2.1.0->-r tools/c7n_azure/requirements.txt (line 1)) (1.11.2)
Requirement already satisfied: yarl; python_version >= "3.5" in ./lib/python3.7/site-packages (from vcrpy==2.1.0->-r tools/c7n_azure/requirements.txt (line 1)) (1.3.0)
Requirement already satisfied: multidict>=4.0 in ./lib/python3.7/site-packages (from yarl; python_version >= "3.5"->vcrpy==2.1.0->-r tools/c7n_azure/requirements.txt (line 1)) (4.5.2)
Requirement already satisfied: idna>=2.0 in ./lib/python3.7/site-packages (from yarl; python_version >= "3.5"->vcrpy==2.1.0->-r tools/c7n_azure/requirements.txt (line 1)) (2.8)
You are using pip version 19.0.3, however version 19.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
. bin/activate && pip install -r tools/c7n_gcp/requirements.txt
Requirement already satisfied: retrying==1.3.3 in ./lib/python3.7/site-packages (from -r tools/c7n_gcp/requirements.txt (line 1)) (1.3.3)
Requirement already satisfied: google-api-python-client==1.7.11 in ./lib/python3.7/site-packages (from -r tools/c7n_gcp/requirements.txt (line 2)) (1.7.11)
Requirement already satisfied: ratelimiter==1.2.0.post0 in ./lib/python3.7/site-packages (from -r tools/c7n_gcp/requirements.txt (line 3)) (1.2.0.post0)
Requirement already satisfied: google-auth>=1.5.0 in ./lib/python3.7/site-packages (from -r tools/c7n_gcp/requirements.txt (line 4)) (1.6.3)
Requirement already satisfied: google-auth-httplib2>=0.0.3 in ./lib/python3.7/site-packages (from -r tools/c7n_gcp/requirements.txt (line 5)) (0.0.3)
Requirement already satisfied: google-cloud-logging>=1.6.0 in ./lib/python3.7/site-packages (from -r tools/c7n_gcp/requirements.txt (line 6)) (1.13.0)
Requirement already satisfied: google-cloud-monitoring>=0.3.0 in ./lib/python3.7/site-packages (from -r tools/c7n_gcp/requirements.txt (line 7)) (0.33.0)
Requirement already satisfied: six>=1.7.0 in ./lib/python3.7/site-packages (from retrying==1.3.3->-r tools/c7n_gcp/requirements.txt (line 1)) (1.12.0)
Requirement already satisfied: httplib2<1dev,>=0.9.2 in ./lib/python3.7/site-packages (from google-api-python-client==1.7.11->-r tools/c7n_gcp/requirements.txt (line 2)) (0.14.0)
Requirement already satisfied: uritemplate<4dev,>=3.0.0 in ./lib/python3.7/site-packages (from google-api-python-client==1.7.11->-r tools/c7n_gcp/requirements.txt (line 2)) (3.0.0)
Requirement already satisfied: cachetools>=2.0.0 in ./lib/python3.7/site-packages (from google-auth>=1.5.0->-r tools/c7n_gcp/requirements.txt (line 4)) (3.1.1)
Requirement already satisfied: rsa>=3.1.4 in ./lib/python3.7/site-packages (from google-auth>=1.5.0->-r tools/c7n_gcp/requirements.txt (line 4)) (4.0)
Requirement already satisfied: pyasn1-modules>=0.2.1 in ./lib/python3.7/site-packages (from google-auth>=1.5.0->-r tools/c7n_gcp/requirements.txt (line 4)) (0.2.7)
Requirement already satisfied: google-api-core[grpc]<2.0.0dev,>=1.14.0 in ./lib/python3.7/site-packages (from google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6)) (1.14.3)
Requirement already satisfied: google-cloud-core<2.0dev,>=1.0.0 in ./lib/python3.7/site-packages (from google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6)) (1.0.3)
Requirement already satisfied: pyasn1>=0.1.3 in ./lib/python3.7/site-packages (from rsa>=3.1.4->google-auth>=1.5.0->-r tools/c7n_gcp/requirements.txt (line 4)) (0.4.7)
Requirement already satisfied: pytz in ./lib/python3.7/site-packages (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6)) (2019.3)
Requirement already satisfied: protobuf>=3.4.0 in ./lib/python3.7/site-packages (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6)) (3.10.0)
Requirement already satisfied: setuptools>=34.0.0 in ./lib/python3.7/site-packages (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6)) (40.8.0)
Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.6.0 in ./lib/python3.7/site-packages (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6)) (1.6.0)
Requirement already satisfied: requests<3.0.0dev,>=2.18.0 in ./lib/python3.7/site-packages (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6)) (2.22.0)
Requirement already satisfied: grpcio<2.0dev,>=1.8.2; extra == "grpc" in ./lib/python3.7/site-packages (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6)) (1.24.1)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in ./lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6)) (3.0.4)
Requirement already satisfied: certifi>=2017.4.17 in ./lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6)) (2019.9.11)
Requirement already satisfied: idna<2.9,>=2.5 in ./lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6)) (2.8)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in ./lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-logging>=1.6.0->-r tools/c7n_gcp/requirements.txt (line 6)) (1.25.6)
You are using pip version 19.0.3, however version 19.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
. bin/activate && pip install -r tools/c7n_kube/requirements.txt
Requirement already satisfied: kubernetes==10.0.1 in ./lib/python3.7/site-packages (from -r tools/c7n_kube/requirements.txt (line 1)) (10.0.1)
Requirement already satisfied: six>=1.9.0 in ./lib/python3.7/site-packages (from kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (1.12.0)
Requirement already satisfied: certifi>=14.05.14 in ./lib/python3.7/site-packages (from kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (2019.9.11)
Requirement already satisfied: requests in ./lib/python3.7/site-packages (from kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (2.22.0)
Requirement already satisfied: setuptools>=21.0.0 in ./lib/python3.7/site-packages (from kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (40.8.0)
Requirement already satisfied: requests-oauthlib in ./lib/python3.7/site-packages (from kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (1.2.0)
Requirement already satisfied: pyyaml>=3.12 in ./lib/python3.7/site-packages (from kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (5.1.2)
Requirement already satisfied: websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 in ./lib/python3.7/site-packages (from kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (0.56.0)
Requirement already satisfied: google-auth>=1.0.1 in ./lib/python3.7/site-packages (from kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (1.6.3)
Requirement already satisfied: urllib3>=1.24.2 in ./lib/python3.7/site-packages (from kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (1.25.6)
Requirement already satisfied: python-dateutil>=2.5.3 in ./lib/python3.7/site-packages (from kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (2.8.0)
Requirement already satisfied: idna<2.9,>=2.5 in ./lib/python3.7/site-packages (from requests->kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (2.8)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in ./lib/python3.7/site-packages (from requests->kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (3.0.4)
Requirement already satisfied: oauthlib>=3.0.0 in ./lib/python3.7/site-packages (from requests-oauthlib->kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (3.1.0)
Requirement already satisfied: pyasn1-modules>=0.2.1 in ./lib/python3.7/site-packages (from google-auth>=1.0.1->kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (0.2.7)
Requirement already satisfied: cachetools>=2.0.0 in ./lib/python3.7/site-packages (from google-auth>=1.0.1->kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (3.1.1)
Requirement already satisfied: rsa>=3.1.4 in ./lib/python3.7/site-packages (from google-auth>=1.0.1->kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (4.0)
Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in ./lib/python3.7/site-packages (from pyasn1-modules>=0.2.1->google-auth>=1.0.1->kubernetes==10.0.1->-r tools/c7n_kube/requirements.txt (line 1)) (0.4.7)
You are using pip version 19.0.3, however version 19.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment