summaryrefslogtreecommitdiff
path: root/src/leap/soledad
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2012-12-20 12:41:49 -0200
committerdrebs <drebs@leap.se>2012-12-20 12:41:49 -0200
commit940bdd0e06b22fc07faeb3e9a6c9d2963cf69fbb (patch)
treee184458fff0f8dbf24627ac8173d4d8e0ac943a8 /src/leap/soledad
parent7161784fc65698e2603cf53e797dbd13711689e0 (diff)
Add info about hmac module in README
Diffstat (limited to 'src/leap/soledad')
-rw-r--r--src/leap/soledad/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/soledad/README b/src/leap/soledad/README
index 97976b01..b59d4184 100644
--- a/src/leap/soledad/README
+++ b/src/leap/soledad/README
@@ -12,8 +12,10 @@ Soledad depends on the following python libraries:
* python-swiftclient 1.2.0 [2]
* python-gnupg 0.3.1 [3]
* CouchDB 0.8 [4]
+ * hmac 20101005 [5]
[1] http://pypi.python.org/pypi/u1db/0.1.4
[2] http://pypi.python.org/pypi/python-swiftclient/1.2.0
[3] http://pypi.python.org/pypi/python-gnupg/0.3.1
[4] http://pypi.python.org/pypi/CouchDB/0.8
+[5] http://pypi.python.org/pypi/hmac/20101005