From 4236657a07af91b1a247ca3fecc3838a875d127f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 14 Aug 2014 13:43:35 -0400 Subject: Complete the conversion from restish to falcon, modulo a clean up pass. All REST tests pass. This requires an as yet unmerged internal change to falcon. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 79018f19d..cc6fa4b6b 100644 --- a/setup.py +++ b/setup.py @@ -94,6 +94,7 @@ case second `m'. Any other spelling is incorrect.""", }, install_requires = [ 'enum34', + 'falcon', 'flufl.bounce', 'flufl.i18n', 'flufl.lock', @@ -103,7 +104,6 @@ case second `m'. Any other spelling is incorrect.""", 'mock', 'nose2', 'passlib', - 'restish', 'storm', 'zope.component', 'zope.configuration', -- cgit v1.2.3-70-g09d2