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 --- common/pkg/requirements.pip | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/pkg/requirements.pip (limited to 'common/pkg/requirements.pip') diff --git a/common/pkg/requirements.pip b/common/pkg/requirements.pip new file mode 100644 index 00000000..8fd57c3f --- /dev/null +++ b/common/pkg/requirements.pip @@ -0,0 +1,8 @@ +simplejson +u1db +six==1.1.0 # some tests are incompatible with newer versions of six. + +#this is not strictly needed by us, but we need it +#until u1db adds it to its release as a dep. +oauth + -- cgit v1.2.3