From a02fa40ccd5c328c666928c547f977565ecd75c1 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 27 Aug 2014 17:58:57 -0300 Subject: Do not depend on pysqlite2 (#2945). --- client/pkg/requirements.pip | 3 --- 1 file changed, 3 deletions(-) (limited to 'client/pkg/requirements.pip') diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index ae8d2dac..33286e4c 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -20,6 +20,3 @@ leap.soledad.common>=0.3.8 # this is not strictly needed by us, but we need it # until u1db adds it to its release as a dep. oauth - -# pysqlite should not be a dep, see #2945 -pysqlite -- cgit v1.2.3 From 1d7e51aad9e3cd649d0921b533669fa24cbd7ab2 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 7 Oct 2014 13:47:39 -0300 Subject: Bump version of dep on soledad.common. --- client/pkg/requirements.pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/pkg/requirements.pip') diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index 33286e4c..c694182d 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -11,7 +11,7 @@ zope.proxy # leap deps # -leap.soledad.common>=0.3.8 +leap.soledad.common>=0.6.0 # # XXX things to fix yet: -- cgit v1.2.3 From 753784542944d12ed736f4c89bd24cb95cb2afbb Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 8 Oct 2014 02:00:46 +0200 Subject: remove taskthread dependency --- client/pkg/requirements.pip | 1 - 1 file changed, 1 deletion(-) (limited to 'client/pkg/requirements.pip') diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index c694182d..61258f01 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -4,7 +4,6 @@ u1db scrypt pycryptopp cchardet -taskthread zope.proxy # -- cgit v1.2.3 From 4b78cf9da0874501fa123a02b53d7650e8dfcdf1 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 19 Mar 2015 09:54:38 -0300 Subject: [fix] add/fix dependency on twisted Add dependency on twisted for Soledad Client. Also remove minimum twisted version for Soledad Server because debian stable currently distributes 12.0.0 and pypi currently distributes 15.0.0. Closes: #6797 --- client/pkg/requirements.pip | 1 + 1 file changed, 1 insertion(+) (limited to 'client/pkg/requirements.pip') diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index 61258f01..33770adc 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -5,6 +5,7 @@ scrypt pycryptopp cchardet zope.proxy +twisted # # leap deps -- cgit v1.2.3 From 74dec41c1d99ae8d4a4a79a7cb0d5c3c9f40cbae Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 19 Mar 2015 10:57:54 -0300 Subject: [fix] add explicit dependency on leap.common In the past, we wanted dependency on leap.common to be optional, but now because of the explicit use of the config path prefix and signaling, we want to enforce dependency on leap.common. --- client/pkg/requirements.pip | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'client/pkg/requirements.pip') diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index 33770adc..e00ab961 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -7,16 +7,11 @@ cchardet zope.proxy twisted -# -# leap deps -# - +# leap deps -- bump me! +leap.common leap.soledad.common>=0.6.0 -# -# XXX things to fix yet: -# - -# this is not strictly needed by us, but we need it -# until u1db adds it to its release as a dep. +# XXX -- fix me! +# oauth is not strictly needed by us, but we need it until u1db adds it to its +# release as a dep. oauth -- cgit v1.2.3 From 72af2ac4cc2252883f358af85c0921e11ccf7f80 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 1 Jun 2015 14:46:10 -0300 Subject: [pkg] bump dependency versions --- client/pkg/requirements.pip | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/pkg/requirements.pip') diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index e00ab961..9fffdbe3 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -1,4 +1,4 @@ -pysqlcipher +pysqlcipher>2.6.3 simplejson u1db scrypt @@ -8,8 +8,8 @@ zope.proxy twisted # leap deps -- bump me! -leap.common -leap.soledad.common>=0.6.0 +leap.common>=0.4 +leap.soledad.common>=0.6.5 # XXX -- fix me! # oauth is not strictly needed by us, but we need it until u1db adds it to its -- cgit v1.2.3