From 94517c07c05263e15420a91fffaeecb52ca85849 Mon Sep 17 00:00:00 2001 From: Miloud Belarbi Date: Fri, 13 Sep 2013 11:33:34 +0100 Subject: [PATCH] Added pysqlite to the requirements under sandbox This allows the make sandbox command to run straight out of the box without having to manually install pysqlite before the make sandbox. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 68f6b2028af..4b5c1a38b06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,7 @@ Werkzeug>=0.8.3,<0.9 # Sandbox Whoosh>=2.4.1,<2.5 +pysqlite==2.6.3 # Docs Sphinx>=1.1.3,<1.2