diff options
author | kali <kali@leap.se> | 2012-12-27 02:58:26 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-12-27 02:58:26 +0900 |
commit | 1834c0e5207d3edb0002558715aaf30676e6d847 (patch) | |
tree | 7bc9e52044d0c8f3378fcb711a5f4f1aeedfbf38 | |
parent | 068a4a204725b967d413deeac39558699a3b51a4 (diff) |
updated requirements for soledad
-rw-r--r-- | pkg/requirements.pip | 4 | ||||
-rw-r--r-- | pkg/test-requirements.pip | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index d7dc2c91..e7ccb97a 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -12,3 +12,7 @@ srp # >=1.0.1 MUST HAVE 1.0.1 BUGFIX, but upstream DID NOT UPDATE setup.py so i pycrypto keyring python-dateutil +python-gnupg +u1db +oauth +couchdb diff --git a/pkg/test-requirements.pip b/pkg/test-requirements.pip index 26db61c8..081d5479 100644 --- a/pkg/test-requirements.pip +++ b/pkg/test-requirements.pip @@ -1,3 +1,4 @@ +unittest2 coverage mock nose |