From b42d461341de2aa7e2136d85f67ebbd12918b200 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 23 Aug 2013 13:36:38 +0200 Subject: packaging improvements * add versioneer (patched for our particular repo config) * add parse_requirements to unify requirement handling --- client/pkg/requirements.pip | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 client/pkg/requirements.pip (limited to 'client/pkg/requirements.pip') 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 -- cgit v1.2.3