summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--setup.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fc8d7717..4605c792 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,6 @@ dev-latest-backend: dev-backend
dev-all: install_pixelated
pip install -e '.[all]'
- pip install scrypt zope.proxy pysqlcipher
dev-latest-all: dev-all
pip install -e 'git+https://0xacab.org/leap/leap_pycommon@master#egg=leap.common'
diff --git a/setup.py b/setup.py
index d5757347..8b1c103e 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ if platform.system() == "Windows":
required.append(['python-gnupg'])
# TODO change to leap.soledad when we tag 0.10
-mail_deps = ['leap.soledad.client', 'gnupg']
+mail_deps = ['leap.soledad[client]', 'gnupg']
gui_deps = ['vext.pyqt5', 'leap.bitmask_js']
tor_deps = ['txtorcon']
extras = {