diff options
author | drebs <drebs@leap.se> | 2013-02-06 16:52:53 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-02-06 16:52:53 -0200 |
commit | c1be293ab0ad258b1febdd11a03bab105ae83739 (patch) | |
tree | 908edebb1099a2155226b8cf02f11a070a95b1b9 /README | |
parent | 74372f4c613d22a094a91ba4a5e41b776c5a2867 (diff) |
Remove OpenStack backend from soledad.
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -9,16 +9,14 @@ 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] + * python-gnupg 0.3.1 [2] + * CouchDB 0.8 [3] + * hmac 20101005 [4] [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 +[2] http://pypi.python.org/pypi/python-gnupg/0.3.1 +[3] http://pypi.python.org/pypi/CouchDB/0.8 +[4] http://pypi.python.org/pypi/hmac/20101005 Tests |