From afc924f7efe6815380c6cdd9aa1d079223260b03 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 18 Jun 2013 14:08:27 -0300 Subject: Add missing dependencies. --- soledad/setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'soledad/setup.py') diff --git a/soledad/setup.py b/soledad/setup.py index 51ab0b2b..f0d070da 100644 --- a/soledad/setup.py +++ b/soledad/setup.py @@ -24,6 +24,7 @@ from setuptools import ( install_requirements = [ 'pysqlcipher', + 'pysqlite', # TODO: this should not be a dep, see #2945 'simplejson', 'oauth', # this is not strictly needed by us, but we need it # until u1db adds it to its release as a dep. @@ -32,6 +33,7 @@ install_requirements = [ 'scrypt', 'pyxdg', 'pycrypto', + 'pyOpenSSL', ] -- cgit v1.2.3