summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-10-24 13:41:49 -0300
committerTomás Touceda <chiiph@leap.se>2013-10-28 08:55:51 -0300
commit56bd5becca970c02c19d1b4b9a26cbbf5cb62d17 (patch)
treeabab054d1c8ccf454de18be7cd1a1dbeb4f8182c /pkg
parentcd550b38686d6772aa7b1ae64c1fcdac5a22251d (diff)
Support any encoding in the emails
Diffstat (limited to 'pkg')
-rw-r--r--pkg/requirements.pip2
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