summaryrefslogtreecommitdiff
path: root/common/pkg/requirements.pip
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-08-23 13:36:38 +0200
committerKali Kaneko <kali@leap.se>2013-08-23 13:36:38 +0200
commitb42d461341de2aa7e2136d85f67ebbd12918b200 (patch)
treec6080cf0c88d1d889ba8371a670c8311fbba3c4e /common/pkg/requirements.pip
parent59f337a29202bb80287a31d6c5b942b74375f33f (diff)
packaging improvements
* add versioneer (patched for our particular repo config) * add parse_requirements to unify requirement handling
Diffstat (limited to 'common/pkg/requirements.pip')
-rw-r--r--common/pkg/requirements.pip8
1 files changed, 8 insertions, 0 deletions
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
+