From 56bd5becca970c02c19d1b4b9a26cbbf5cb62d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Thu, 24 Oct 2013 13:41:49 -0300 Subject: Support any encoding in the emails --- pkg/requirements.pip | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg') 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 -- cgit v1.2.3 From 081642b69751cea8992cf03b06d8956684c2b126 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 30 Oct 2013 16:21:20 -0200 Subject: update mx requirements --- pkg/requirements.pip | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'pkg') diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 06e3b85..fa5548b 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -8,9 +8,7 @@ paisley>=0.3.1 # for the time being. couchdb -## XXX change me to whatever you name the package in pypi -python-gnupg>=0.3.0 leap.soledad.common>=0.3.0 -leap.keymanager>=0.2.0 +leap.keymanager>=0.3.4 -cchardet # we fallback to chardet if this is not available, but it's preferred \ No newline at end of file +cchardet # we fallback to chardet if this is not available, but it's preferred -- cgit v1.2.3 From a3d057708c04d54fe1c3caa8cab2fb55bd592f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 1 Nov 2013 10:55:01 -0300 Subject: Update requirements --- pkg/requirements.pip | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg') diff --git a/pkg/requirements.pip b/pkg/requirements.pip index fa5548b..4242ad4 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -8,6 +8,7 @@ paisley>=0.3.1 # for the time being. couchdb +leap.common>=0.3.5 leap.soledad.common>=0.3.0 leap.keymanager>=0.3.4 -- cgit v1.2.3