diff options
Diffstat (limited to 'common/pkg/requirements.pip')
-rw-r--r-- | common/pkg/requirements.pip | 8 |
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 + |