diff options
author | Kali Kaneko <kali@leap.se> | 2013-08-23 13:36:38 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-08-23 13:36:38 +0200 |
commit | b42d461341de2aa7e2136d85f67ebbd12918b200 (patch) | |
tree | c6080cf0c88d1d889ba8371a670c8311fbba3c4e /client/pkg/requirements.pip | |
parent | 59f337a29202bb80287a31d6c5b942b74375f33f (diff) |
packaging improvements
* add versioneer (patched for our particular repo config)
* add parse_requirements to unify requirement handling
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 |