summaryrefslogtreecommitdiff
path: root/client/pkg/requirements.pip
diff options
context:
space:
mode:
Diffstat (limited to 'client/pkg/requirements.pip')
-rw-r--r--client/pkg/requirements.pip6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip
index 38b83251..90277fc1 100644
--- a/client/pkg/requirements.pip
+++ b/client/pkg/requirements.pip
@@ -3,6 +3,9 @@ simplejson
u1db
scrypt
pycryptopp
+
+# cchardet not packaged, we need python-chardet from the
+# repos instead.
chardet
zope.proxy
@@ -19,6 +22,3 @@ leap.soledad.common>=0.6.0
# this is not strictly needed by us, but we need it
# until u1db adds it to its release as a dep.
oauth
-
-# pysqlite should not be a dep, see #2945
-pysqlite