diff options
author | Kali Kaneko <kali@leap.se> | 2015-08-28 15:41:49 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-08-28 15:41:49 -0400 |
commit | 19d96f97d752ef481eec5f44b88aee0a6bbb8dcb (patch) | |
tree | 29ff012d268389043b10fb806a4384c67d92c982 /client/pkg/requirements.pip | |
parent | da1a936af43962f4531eda51fa5834391f6745a1 (diff) | |
parent | 20966f78951d734f100ed6a6a6feedd15dbe79e7 (diff) |
Merge tag '0.7.2' into debian/experimental
Tag leap.soledad version 0.7.2
Diffstat (limited to 'client/pkg/requirements.pip')
-rw-r--r-- | client/pkg/requirements.pip | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index 90277fc1..4569b1c4 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -1,5 +1,4 @@ -pysqlcipher -simplejson +pysqlcipher>2.6.3 u1db scrypt pycryptopp @@ -8,17 +7,5 @@ pycryptopp # repos instead. chardet zope.proxy - -# -# leap deps -# - -leap.soledad.common>=0.6.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. +twisted oauth |