# http://tornado.readthedocs.org/en/latest/gen.html#tornado.gen.with_timeout
tornado==6.5.2

# Used to parse out the JSON and validate its format.
jsonschema>=3.0.0,<5.0.0
jsonpickle==4.1.1

# Used to parse CFN yaml, which has a few edge cases PyYaml doesn't parse by default
cfn-flip==1.3.0

# Colorize the log output!
rainbow_logging_handler==2.2.2

# kingpin.actors.aws.*
boto3==1.40.64

# Used to turn snake_case into CamelCase
inflection==0.5.1
zipp==3.23.0
configparser==7.2.0
