From e6f2ab3cbc90733ec0d12b833437f2f3a8cec4ed Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 24 Feb 2010 12:46:12 -0500 Subject: Complete the conversion to restish. All the tests pass and we're now actually RESTful. We have to use httplib2 to get DELETE and PUT. This is a prototype and could still use much cleanup. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 14e694b4d..ed7d23d18 100644 --- a/setup.py +++ b/setup.py @@ -96,6 +96,7 @@ case second `m'. Any other spelling is incorrect.""", install_requires = [ 'argparse', 'flufl.i18n', + 'httplib2', 'lazr.config', 'lazr.smtptest', 'locknix', -- cgit v1.2.3-70-g09d2