summaryrefslogtreecommitdiff
path: root/Requires
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2014-01-10 17:17:06 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2014-01-10 17:17:06 -0800
commit5cdaaee97ea850adc75a4e88dbd2578c84bded51 (patch)
tree61ff02248f3857ce165115fb17b98deb7585cad9 /Requires
parent6c7e09cc8ab6955fe2c03a925d74ebdce19e7b56 (diff)
downloadvyos-cloud-init-5cdaaee97ea850adc75a4e88dbd2578c84bded51.tar.gz
vyos-cloud-init-5cdaaee97ea850adc75a4e88dbd2578c84bded51.zip
Add ec2 utils tests and httpretty requirement for http mocking
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