We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd83999 commit 324f163Copy full SHA for 324f163
3 files changed
.github/workflows/env.yml
@@ -6,7 +6,7 @@ on:
6
package_name:
7
value: 'wavefront_cli'
8
requirements:
9
- value: "boto distro docopt pytest requests"
+ value: "boto3 distro docopt pytest requests"
10
11
jobs:
12
envset:
setup.py
@@ -33,7 +33,7 @@ def run(self):
33
34
setuptools.setup(
35
name='wavefront-cli',
36
- version='0.5.0',
+ version='0.1.0',
37
description='VMware Aria Operations for Applications CLI Utility.',
38
long_description=long_description,
39
url='https://github.com/wavefrontHQ/wavefront-cli',
wavefront_cli/lib/aws.py
@@ -1,6 +1,7 @@
1
"""Manage AWS instance tags for telegraf."""
2
3
import boto3
4
+
5
import requests
from . import agent
0 commit comments