Skip to content

Commit

Permalink
resolves #1
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-at-fugue committed Oct 13, 2015
1 parent 83b6cf7 commit 5eaed39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
description='Python emulator for AWS Lambda.',
install_requires=[
'hurry.filesize',
'numpy'
'numpy',
'boto3'
]
)

0 comments on commit 5eaed39

Please sign in to comment.