Skip to content

Commit

Permalink
Update boto dependency to 2.15.0
Browse files Browse the repository at this point in the history
[Issue(s) #50]
  • Loading branch information
sopel committed Nov 7, 2013
1 parent 7046e87 commit 79a054a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ but still in it's early stages and mainly demand driven - therefore the AWS API

The scripts are based on [Python 2.7](http://python.org/) and have the following dependencies (handled automatically if installed via pip, see below):

* A recent version of [boto](https://github.com/boto/boto) (tested against 2.6.0), which provides the interface to Amazon Web Services
* A recent version of [boto](https://github.com/boto/boto) (tested against 2.15.0), which provides the interface to Amazon Web Services

## Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -53,7 +53,7 @@
license="MIT",
platforms="Posix; MacOS X; Windows",
install_requires=[
"boto >= 2.6.0",
"boto >= 2.15.0",
"isodate >= 0.4.8",
],
classifiers=[
Expand Down

0 comments on commit 79a054a

Please sign in to comment.