From 19b7bce63a054adf541f103a26a1a5a6444218d2 Mon Sep 17 00:00:00 2001
From: Giorgos Korfiatis <gkorf@grnet.gr>
Date: Mon, 15 Jun 2015 14:23:01 +0300
Subject: [PATCH] Include sqlite3 in dependencies

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 9056246..537edf7 100644
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,7 @@ INSTALL_REQUIRES = [
     'psutil',
     'ws4py',
     'certifi',
+    'sqlite3',
 ]
 
 EXTRAS_REQUIRES = {
-- 
GitLab