summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-10-21 19:38:29 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-10-21 19:38:29 -0700
commiteec668c2256fc32a8d0879e1d91340d307c0971f (patch)
tree4d96599aa3bb8e47ae9d1c9ca62975a47de13a2b
parent0fc887d97626132e9024490b271888bed162c867 (diff)
downloadvyos-cloud-init-eec668c2256fc32a8d0879e1d91340d307c0971f.tar.gz
vyos-cloud-init-eec668c2256fc32a8d0879e1d91340d307c0971f.zip
Fix the requires after using requests.
-rw-r--r--Requires4
1 files changed, 2 insertions, 2 deletions
diff --git a/Requires b/Requires
index 13a5d997..0313d569 100644
--- a/Requires
+++ b/Requires
@@ -22,5 +22,5 @@ pyyaml
# The new main entrypoint uses argparse instead of optparse
argparse
-# Urllib3 handles ssl correctly!
-urllib3
+# Requests handles ssl correctly!
+requests