From b335b3a3358113b3c34565b70288f02fc1cabe06 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 21 Jun 2012 16:58:10 +1200 Subject: Remove last vestige of Tornado pathod. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0dc3e1d0..40b341a4 100644 --- a/setup.py +++ b/setup.py @@ -89,5 +89,5 @@ setup( "Topic :: Software Development :: Testing :: Traffic Generation", "Topic :: Internet :: WWW/HTTP", ], - install_requires=['tornado>=2.2.1', "requests>=0.13"], + install_requires=['netlib', "requests>=0.13"], ) -- cgit v1.2.3