diff options
Diffstat (limited to 'client/pkg/requirements.pip')
-rw-r--r-- | client/pkg/requirements.pip | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip new file mode 100644 index 00000000..86b79bb2 --- /dev/null +++ b/client/pkg/requirements.pip @@ -0,0 +1,23 @@ +pysqlcipher +simplejson +u1db +scrypt +pyxdg +pycryptopp + +# +# leap deps +# + +leap.soledad.common>=0.3.0 + +# +# XXX things to fix yet: +# + +# 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 |