# 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
commentjson

# Used for retrying non-asynchronous methods
retrying

# kingpin.actors.rightscale
#
# NOTE: Version specified in the setup.py file
python-rightscale

# kingpin.actors.aws
boto>=2.32.1
