diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-10-24 13:41:49 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-10-28 08:55:51 -0300 |
commit | 56bd5becca970c02c19d1b4b9a26cbbf5cb62d17 (patch) | |
tree | abab054d1c8ccf454de18be7cd1a1dbeb4f8182c /pkg/requirements.pip | |
parent | cd550b38686d6772aa7b1ae64c1fcdac5a22251d (diff) |
Support any encoding in the emails
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 d5db275..06e3b85 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -12,3 +12,5 @@ couchdb python-gnupg>=0.3.0 leap.soledad.common>=0.3.0 leap.keymanager>=0.2.0 + +cchardet # we fallback to chardet if this is not available, but it's preferred
\ No newline at end of file |