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 /client/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 'client/pkg')
-rw-r--r-- | client/pkg/requirements.pip | 15 |
1 files changed, 5 insertions, 10 deletions
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 |