diff options
author | drebs <drebs@leap.se> | 2015-03-19 10:57:54 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-03-19 11:58:12 -0300 |
commit | 74dec41c1d99ae8d4a4a79a7cb0d5c3c9f40cbae (patch) | |
tree | 2b7a48a78d2159baa0c67c303493c985860c394e /common/pkg | |
parent | 22adcae07584773a100bf304162113a9326a3866 (diff) |
[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.
Diffstat (limited to 'common/pkg')
-rw-r--r-- | common/pkg/requirements.pip | 9 |
1 files changed, 6 insertions, 3 deletions
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 |