diff options
author | drebs <drebs@leap.se> | 2012-12-24 10:14:24 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2012-12-24 10:14:24 -0200 |
commit | ca5fb41a55e1292005ed186baf3710831d9ad678 (patch) | |
tree | ac7eb9e8f5d993732e769607903ef626518749cd /src/leap/soledad/README | |
parent | 564b82fa30ebcd8a0abfea54e00506dd77446a54 (diff) | |
parent | 277f17aa7b7bbcc48583149a3d72d8621f83c0ff (diff) |
Merge branch 'feature/u1db-openstack-backend' into develop
Diffstat (limited to 'src/leap/soledad/README')
-rw-r--r-- | src/leap/soledad/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/leap/soledad/README b/src/leap/soledad/README new file mode 100644 index 00000000..b59d4184 --- /dev/null +++ b/src/leap/soledad/README @@ -0,0 +1,21 @@ +Soledad -- Synchronization Of Locally Encrypted Data Among Devices +================================================================== + +This software is under development. + +Dependencies +------------ + +Soledad depends on the following python libraries: + + * u1db 0.1.4 [1] + * 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 |