Skip to content

Commit

Permalink
Add boto3 as dependency, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
enriclluelles committed Nov 10, 2016
1 parent 6b33360 commit 1f9c998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,12 +2,12 @@

setup(
name='troposphere-sugar',
version='0.0.4',
version='0.0.5',
description='Common utilities on top of troposphere and boto for ease of clouformation template creation',
author='Enric Lluelles',
author_email='enric@lluel.es',
url="https://github.com/enriclluelles/troposphere_sugar",
packages=['troposphere_sugar', 'troposphere_sugar.decorators'],
license='MIT',
install_requires=['troposphere>=1.2.0']
install_requires=['troposphere>=1.2.0', 'boto3>=1.4.0']
)

0 comments on commit 1f9c998

Please sign in to comment.