summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--soledad/setup.py2
1 files changed, 2 insertions, 0 deletions
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',
]