diff --git a/.github/workflows/env.yml b/.github/workflows/env.yml index 816ef4e..8972967 100644 --- a/.github/workflows/env.yml +++ b/.github/workflows/env.yml @@ -6,7 +6,7 @@ on: package_name: value: 'wavefront_cli' requirements: - value: "boto distro docopt pytest requests" + value: "boto3 distro docopt pytest requests" jobs: envset: diff --git a/setup.py b/setup.py index b8d3ec4..3d7802e 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def run(self): setuptools.setup( name='wavefront-cli', - version='0.5.0', + version='0.1.0', description='VMware Aria Operations for Applications CLI Utility.', long_description=long_description, url='https://github.com/wavefrontHQ/wavefront-cli', diff --git a/wavefront_cli/lib/aws.py b/wavefront_cli/lib/aws.py index 628a08d..14b8711 100644 --- a/wavefront_cli/lib/aws.py +++ b/wavefront_cli/lib/aws.py @@ -1,6 +1,7 @@ """Manage AWS instance tags for telegraf.""" import boto3 + import requests from . import agent