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 /server | |
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 'server')
-rw-r--r-- | server/pkg/requirements.pip | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/server/pkg/requirements.pip b/server/pkg/requirements.pip index 89ec52e7..c65ee4f5 100644 --- a/server/pkg/requirements.pip +++ b/server/pkg/requirements.pip @@ -9,12 +9,7 @@ twisted # leap deps -- bump me! leap.soledad.common>=0.6.0 -# -# Things yet to fix: -# - -# oauth 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 - |