From 0fa9260a3d23b7ba17de727e66bcc27a0aeacc29 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 23 Feb 2010 14:31:41 -0500 Subject: Rip out lazr.restful and replace it with restish. This simpifies a lot of the REST architecture, at the expense of a few features, and less support. So far so good though. --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6b85b4cce..14e694b4d 100644 --- a/setup.py +++ b/setup.py @@ -97,16 +97,15 @@ case second `m'. Any other spelling is incorrect.""", 'argparse', 'flufl.i18n', 'lazr.config', - 'lazr.delegates', - 'lazr.restful', 'lazr.smtptest', 'locknix', 'munepy', + 'restish', 'storm', 'zc.buildout', 'zope.component', + 'zope.configuration', 'zope.interface', - 'zope.schema', ], extras_require=dict( docs=['Sphinx', 'z3c.recipe.sphinxdoc'], -- cgit v1.2.3-70-g09d2