diff options
Diffstat (limited to 'client/pkg')
| -rw-r--r-- | client/pkg/requirements.pip | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index ae8d2dac..90277fc1 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -3,15 +3,17 @@ simplejson u1db scrypt pycryptopp -cchardet -taskthread + +# cchardet not packaged, we need python-chardet from the +# repos instead. +chardet zope.proxy # # leap deps # -leap.soledad.common>=0.3.8 +leap.soledad.common>=0.6.0 # # XXX things to fix yet: @@ -20,6 +22,3 @@ leap.soledad.common>=0.3.8 # 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 |
