diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-06-08 16:40:04 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-06-08 16:40:04 -0300 |
commit | 01e62e35a69aa13f86a06d8839169ea69d716009 (patch) | |
tree | 64e257b1782852bcc9dfe5cf41458d3a35d7a577 /pkg/requirements.pip | |
parent | 4d33b0637ae1280ba818b40eb16003974666721b (diff) |
[pkg] add missing taskthread dependency
This dependency was previously installed through soledad, but it
doesn't use that lib anymore.
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r-- | pkg/requirements.pip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 5fec3be5..5b997ac9 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -30,3 +30,5 @@ leap.mail>=0.3.9 # Remove this when u1db fixes its dependency on oauth oauth + +taskthread |