From eec668c2256fc32a8d0879e1d91340d307c0971f Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sun, 21 Oct 2012 19:38:29 -0700 Subject: Fix the requires after using requests. --- Requires | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Requires') 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 -- cgit v1.2.3