From 2e67031ffb981ae1a47043cd48d50470eb6dc0b6 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Mon, 25 Oct 2010 19:21:09 +0900 Subject: Duplicate the two trivial escaping functions remaining from tornado's code and remove the dependency. --- tools/pip-requires | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index c76fad86f..548073326 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -13,7 +13,6 @@ python-daemon==1.5.5 python-gflags==1.3 redis==2.0.0 routes==1.12.3 -tornado==1.0 WebOb==0.9.8 wsgiref==0.1.2 zope.interface==3.6.1 -- cgit