diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-28 21:29:43 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-28 21:31:56 +0200 |
commit | 0cbc0d61c117d25daf30c860954c57640ec1a034 (patch) | |
tree | 4ace68ac146ece31e12f7f5e447c57f96fa75e44 /setup.py | |
parent | 28b3d460216e5666a747ba91cb7c3aec8223860b (diff) |
[pkg] remove remaining refs to older soledad structure
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ if platform.system() == "Windows": required.append(['appdirs']) required.append(['python-gnupg']) +# TODO change to leap.soledad when we tag 0.10 mail_deps = ['leap.soledad.client', 'gnupg'] gui_deps = ['vext.pyqt5', 'leap.bitmask_js'] tor_deps = ['txtorcon'] |