Repository URL to install this package:
|
Version:
0.2.7 ▾
|
py_aws_util
/
setup.py
|
|---|
from setuptools import setup
setup(name='py_aws_util',
version='0.2.7',
description='Python utilities for the BMC AWS environment',
url='https://git-codecommit.us-east-1.amazonaws.com/v1/repos/py_aws_util',
author='Les Stroud',
author_email='les.stroud@barnhardt.net',
license='UNLICENSED',
packages=['py_aws_util'],
install_requires=[
'boto3',
'requests',
'cryptography==2.1.4',
'PyJWT',
'chalice>=1.6.0'
],
zip_safe=False)