diff options
Diffstat (limited to 'client/pkg/requirements.pip')
-rw-r--r-- | client/pkg/requirements.pip | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index f29d5c74..75c1025f 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -1,12 +1,11 @@ -pysqlcipher>2.6.3 +#pysqlcipher>2.6.3 u1db scrypt pycryptopp -cchardet -zope.proxy -twisted -# XXX -- fix me! -# oauth is not strictly needed by us, but we need it until u1db adds it to its -# release as a dep. +# cchardet not packaged, we need python-chardet from the +# repos instead. +chardet +zope.proxy +#twisted # we handle specific packages in debian/control oauth |