summaryrefslogtreecommitdiff
path: root/Requires
diff options
context:
space:
mode:
Diffstat (limited to 'Requires')
-rw-r--r--Requires6
1 files changed, 3 insertions, 3 deletions
diff --git a/Requires b/Requires
index f19c9691..e847506f 100644
--- a/Requires
+++ b/Requires
@@ -29,8 +29,8 @@ argparse
# Requests handles ssl correctly!
requests
-# Boto for ec2
-boto
-
# For patching pieces of cloud-config together
jsonpatch
+
+# For http testing (only needed for testing)
+httpretty>=0.7.1