Skip to content

Commit

Permalink
Add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalduvieco committed Jan 9, 2019
1 parent 2c4aab6 commit 9eb7898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import setuptools
from setuptools.command.install import install

VERSION = "0.0.12"
VERSION = "0.0.13"

# The directory containing this file
HERE = pathlib2.Path(__file__).parent
Expand Down Expand Up @@ -47,6 +47,6 @@ def run(self):
'verify': VerifyVersionCommand,
},
python_requires='>=2.7',
install_requires=['boto3'],
install_requires=['boto3', 'pathlib2'],
entry_points={"console_scripts": ["stdin_to_cloudwatch=stdin_to_cloudwatch.__main__:run"]},
)

0 comments on commit 9eb7898

Please sign in to comment.