[tor-commits] [oonib/master] Specify pysqlite>=2.6.0, and add information on using oonib without SQLite.

isis at torproject.org isis at torproject.org
Wed May 15 22:43:44 UTC 2013


commit 7ab522e8ac399bef847203585957a5740e9b543b
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed May 15 22:40:06 2013 +0000

    Specify pysqlite>=2.6.0, and add information on using oonib without SQLite.
---
 requirements.txt |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 471433f..b0d7f75 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -40,4 +40,11 @@ pyOpenSSL>=0.13
 zope.component>=4.0.0
 zope.event>=4.0.0
 zope.interface>=4.0.1
-pysqlite
+##
+## pysqlite2 is required for sqlite support in Storm, see
+## https://storm.canonical.com/Manual#Dependencies-2
+##
+## If not installed, Storm and ooni-backend will still work, but will keep an
+## in-memory database, which in some cases may slow the server.
+##
+pysqlite>=2.6.0





More information about the tor-commits mailing list