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. --- common/pkg/requirements.pip | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'common/pkg/requirements.pip') diff --git a/common/pkg/requirements.pip b/common/pkg/requirements.pip index 5787114e..ea2f3fa2 100644 --- a/common/pkg/requirements.pip +++ b/common/pkg/requirements.pip @@ -1,7 +1,10 @@ simplejson u1db -#this is not strictly needed by us, but we need it -#until u1db adds it to its release as a dep. -oauth +# leap deps -- bump me! +leap.common +# 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 --- common/pkg/requirements.pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/pkg/requirements.pip') diff --git a/common/pkg/requirements.pip b/common/pkg/requirements.pip index ea2f3fa2..005d6884 100644 --- a/common/pkg/requirements.pip +++ b/common/pkg/requirements.pip @@ -2,7 +2,7 @@ simplejson u1db # leap deps -- bump me! -leap.common +leap.common>=0.7.0 # 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 e4d98d19f79a367b774ca409f014710921c90fd9 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 8 Jun 2015 13:32:04 -0300 Subject: [pkg] fix typo on leap.common version --- common/pkg/requirements.pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/pkg/requirements.pip') diff --git a/common/pkg/requirements.pip b/common/pkg/requirements.pip index 005d6884..b91186e7 100644 --- a/common/pkg/requirements.pip +++ b/common/pkg/requirements.pip @@ -2,7 +2,7 @@ simplejson u1db # leap deps -- bump me! -leap.common>=0.7.0 +leap.common>=0.4.0 # 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 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 --- common/pkg/requirements.pip | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/pkg/requirements.pip') diff --git a/common/pkg/requirements.pip b/common/pkg/requirements.pip index b91186e7..287741d2 100644 --- a/common/pkg/requirements.pip +++ b/common/pkg/requirements.pip @@ -1,9 +1,6 @@ simplejson u1db -# leap deps -- bump me! -leap.common>=0.4.0 - # 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 560c0a029f0f5cd2efc254786ca392f91dc80f19 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 24 Aug 2015 14:37:08 -0300 Subject: [refactor] remove simplejson dependency on common --- common/pkg/requirements.pip | 1 - 1 file changed, 1 deletion(-) (limited to 'common/pkg/requirements.pip') diff --git a/common/pkg/requirements.pip b/common/pkg/requirements.pip index 287741d2..a1238707 100644 --- a/common/pkg/requirements.pip +++ b/common/pkg/requirements.pip @@ -1,4 +1,3 @@ -simplejson u1db # XXX -- fix me! -- cgit v1.2.3