From 3e66a137538057060265fad435bd6878b07f0c5a Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 29 Aug 2016 15:15:59 +0100 Subject: [PATCH] Added boto3 to test dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2afaceba0a..8da3a09454 100755 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ testing_extras = [ 'Pillow>=2.7.0', 'elasticsearch>=1.0.0', 'Jinja2>=2.8,<3.0', + 'boto3>=1.1,<1.2', # For coverage and PEP8 linting 'coverage>=3.7.0',