diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |