# General App Requirements
#
# NOTE: Integration tests for actors.aws.elb are broken in Tornado 4.0 due to
# changes in the way the concurrent.futures package is handled.
tornado>=3.2.2,<4.0

# Used to make synchronous tasks asynchronous
futures

# Used to parse out the JSON and validate its format.
simplejson
jsonschema
demjson

# Colorize the log output!
rainbow_logging_handler

# Used for retrying non-asynchronous methods
retrying

# kingpin.actors.rightscale
#
# NOTE: Version specified in the setup.py file
# NOTE: mock is used inside the rightscale actor
python-rightscale
mock

# kingpin.actors.aws
boto>=2.32.1
