From 6b0f92c230702eadd097b99e5c0f2fc91e61e375 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Wed, 2 Mar 2016 15:20:58 -0500 Subject: [PATCH] unpin dev requirements. --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7bc506369..f2d5c6cfc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,6 +7,6 @@ freezegun flask # botocore 1.3.29 breaks s3 in tests (lambda and s3 tests) # so we need to pin a boto3 and botocore revision pair that we know works -boto3#==1.2.4 -botocore#==1.3.28 +boto3 +botocore six