From 2e43ac8101ff1363985ccc7f2fa4fcb5c0e90211 Mon Sep 17 00:00:00 2001 From: iElectric Date: Wed, 28 Apr 2010 11:52:11 +0200 Subject: [PATCH] add pysqlite for test dep --- test-requirements.pip => test-req.pip | 1 + 1 file changed, 1 insertion(+) rename test-requirements.pip => test-req.pip (92%) diff --git a/test-requirements.pip b/test-req.pip similarity index 92% rename from test-requirements.pip rename to test-req.pip index c86921c..f9e2516 100644 --- a/test-requirements.pip +++ b/test-req.pip @@ -4,4 +4,5 @@ nose scripttest==1.0.1 pytz psycopg2 +pysqlite mysql-python