From 160f8b6ca43e9b9b48639ef4e3c62a915185984f Mon Sep 17 00:00:00 2001 From: Timur Nurlygayanov Date: Tue, 19 Feb 2013 04:14:25 -0800 Subject: [PATCH] Added library libsqlite3-dev to virtual environment for windc client. --- windc/tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windc/tools/pip-requires b/windc/tools/pip-requires index 70f7e25..6a22d4c 100644 --- a/windc/tools/pip-requires +++ b/windc/tools/pip-requires @@ -2,7 +2,7 @@ # the Python.h headers. Make sure you install the python-dev # package to get the right headers... greenlet>=0.3.1 - +bsqlite3-dev SQLAlchemy>=0.7 anyjson eventlet>=0.9.12