From 180fd6ba37328950f0b2ad2035327ec2a6f5014a Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 18 Jun 2014 12:48:04 -0500 Subject: bump requirements to latest leap.common this is needed due to the introduction of new events. --- client/pkg/requirements.pip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/pkg') diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index 8733f320..aefb8653 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -8,7 +8,7 @@ pycryptopp # leap deps # -leap.soledad.common>=0.3.0 +leap.soledad.common>=0.3.8 # # XXX things to fix yet: @@ -21,4 +21,4 @@ oauth # pysqlite should not be a dep, see #2945 pysqlite -cchardet \ No newline at end of file +cchardet -- cgit v1.2.3 From c3870a4315acf30893679e4cd11c990a4338e47b Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 2 Jul 2014 12:21:31 -0300 Subject: Decouple sync from actual encryption/decryption (#5326). --- client/pkg/requirements.pip | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'client/pkg') 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 -- cgit v1.2.3