diff options
author | drebs <drebs@leap.se> | 2014-07-02 12:21:31 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-07-02 12:40:59 -0300 |
commit | c3870a4315acf30893679e4cd11c990a4338e47b (patch) | |
tree | 651d5f0391b88822beddbf793fd0a91c35bff78d /client/pkg/requirements.pip | |
parent | 2628bbf4c5faff50491cdd227c787ca7f148f368 (diff) |
Decouple sync from actual encryption/decryption (#5326).
Diffstat (limited to 'client/pkg/requirements.pip')
-rw-r--r-- | client/pkg/requirements.pip | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index aefb8653..ae8d2dac 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -3,6 +3,9 @@ simplejson u1db scrypt pycryptopp +cchardet +taskthread +zope.proxy # # leap deps @@ -20,5 +23,3 @@ oauth # pysqlite should not be a dep, see #2945 pysqlite - -cchardet |