2013-10-30 21:28:53 +00:00
|
|
|
-r requirements.txt
|
2014-09-10 15:23:12 +00:00
|
|
|
mock
|
|
|
|
nose
|
2015-12-09 20:33:42 +00:00
|
|
|
sure>=1.2.24
|
2014-09-10 15:23:12 +00:00
|
|
|
coverage
|
|
|
|
freezegun
|
2014-11-15 14:35:52 +00:00
|
|
|
flask
|
2016-06-29 22:32:53 +00:00
|
|
|
# botocore 1.4.29 breaks the following tests:
|
|
|
|
# test_nat_gateway.test_delete_nat_gateway
|
|
|
|
# test `list -> create -> list -> get -> delete -> list` integration
|
|
|
|
# test_lambda.test_get_function
|
|
|
|
# test_lambda.test_delete_function
|
|
|
|
# test_lambda.test_create_function_from_zipfile
|
|
|
|
# test_lambda.test_create_function_from_aws_bucket
|
|
|
|
# test_apigateway.test_integrations
|
|
|
|
# test_apigateway.test_integration_response
|
|
|
|
# test_apigateway.test_deployment
|
|
|
|
# test_apigateway.test_create_resource
|
|
|
|
# test_apigateway.test_create_method_response
|
|
|
|
# test_apigateway.test_create_method
|
|
|
|
# test_apigateway.test_child_resource
|
2016-02-24 22:35:07 +00:00
|
|
|
# so we need to pin a boto3 and botocore revision pair that we know works
|
2016-06-29 22:32:53 +00:00
|
|
|
boto3==1.3.1
|
|
|
|
botocore==1.4.28
|
2016-02-24 22:35:07 +00:00
|
|
|
six
|