diff options
author | Kali Kaneko <kali@leap.se> | 2014-03-12 02:57:49 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-03-14 00:47:46 -0400 |
commit | 4cd843205514aea4feedbe3d1bbb9fa0c90ab7bf (patch) | |
tree | c8f45a2a95c008d2c555790ff38e676abc466cad /client/pkg | |
parent | 23e55ac38a41f1f2c3e1b49ea2ef13d8da561f57 (diff) |
move encryption of syncing docs to local db
Diffstat (limited to 'client/pkg')
-rw-r--r-- | client/pkg/requirements.pip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index 8733f320..ff1b4f35 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -21,4 +21,5 @@ oauth # pysqlite should not be a dep, see #2945 pysqlite -cchardet
\ No newline at end of file +cchardet +taskthread |