diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-12-17 14:49:50 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-12-17 14:49:50 -0300 |
commit | 59c65be76e4ba69c53787250dc964aea1d394514 (patch) | |
tree | 65ec09cf495284eb831bdb749dae446dee9de5c4 /pkg | |
parent | 6cde754952d6c2abf877c6216c9b4b6675209d3c (diff) |
Ignore encoding, use message.as_string directly.
The message is already in str type, so we don't care about
encoding. json.dumps will ignore convertion.
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements.pip | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 4242ad4..692f66f 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -10,6 +10,4 @@ couchdb leap.common>=0.3.5 leap.soledad.common>=0.3.0 -leap.keymanager>=0.3.4 - -cchardet # we fallback to chardet if this is not available, but it's preferred +leap.keymanager>=0.3.4
\ No newline at end of file |