diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-06-08 13:32:04 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-06-08 13:32:04 -0300 |
commit | e4d98d19f79a367b774ca409f014710921c90fd9 (patch) | |
tree | 1b3641318576f72ca7e77e5e480fe2a10abf21f1 /common | |
parent | b73d45aad428a530917a0f7b2e6e75645376eacc (diff) |
[pkg] fix typo on leap.common version
Diffstat (limited to 'common')
-rw-r--r-- | common/pkg/requirements.pip | 2 |
1 files changed, 1 insertions, 1 deletions
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 |