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 From 79ea2afaf246c519245949ab4479b64d83790e60 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 1 Jun 2015 16:13:52 -0300 Subject: [pkg] bump dependency versions --- client/pkg/requirements.pip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/pkg/requirements.pip') diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index e00ab961..70f5b3ba 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -8,8 +8,8 @@ zope.proxy twisted # leap deps -- bump me! -leap.common -leap.soledad.common>=0.6.0 +leap.common>=0.4.0 +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 From cdba9fdd232eb195b46b15a8622cde8ab2889960 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 10 Jul 2015 15:25:12 -0300 Subject: [pkg] bump dependencies bump leap.common min required version, new change needed 'collect_plugins'. --- 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 26f7c979..570cd09e 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -8,7 +8,7 @@ zope.proxy twisted # leap deps -- bump me! -leap.common>=0.4.0 +leap.common>=0.4.1 leap.soledad.common>=0.6.5 # XXX -- fix me! -- cgit v1.2.3 From 82c8989ddbcc57befca806495b7040efd0cb0d4e Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 22 Jul 2015 12:36:41 -0400 Subject: [pkg] separate leap requirements this is part of a process to make the setup of the development mode less troublesome. from now on, setting up a virtualenv in pure development mode will be as easy as telling pip to just install the external dependencies:: pip install -r pkg/requirements.pip and traversing all the leap repos for the needed leap dependencies doing:: python setup.py develop - Related: #7288 --- client/pkg/requirements.pip | 4 ---- 1 file changed, 4 deletions(-) (limited to 'client/pkg/requirements.pip') diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index 570cd09e..b676b67c 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -7,10 +7,6 @@ cchardet zope.proxy twisted -# leap deps -- bump me! -leap.common>=0.4.1 -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 # release as a dep. -- cgit v1.2.3 From 6f3bbe60c5c8875698cc5424baf7aa26ae786770 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 24 Aug 2015 14:38:14 -0300 Subject: [refactor] remove simplejson dep on client --- 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 b676b67c..f29d5c74 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -1,5 +1,4 @@ pysqlcipher>2.6.3 -simplejson u1db scrypt pycryptopp -- cgit v1.2.3