diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-09-12 12:10:26 +0100 |
---|---|---|
committer | Richard Ipsum <richardipsum@fastmail.co.uk> | 2014-09-17 11:43:08 +0100 |
commit | 572511b2e996b82ebb4e7a70b841410e55aaf72b (patch) | |
tree | 1a1ffe1187d50522d73a874934c5bd30852b7c40 /open-source-lorries/python-packages.lorry | |
parent | c4786e27eb315e76224bb5be96ca3d19ca14cc4f (diff) | |
download | lorries-572511b2e996b82ebb4e7a70b841410e55aaf72b.tar.gz |
Add packages needed for Python Docker client and Paramiko
Diffstat (limited to 'open-source-lorries/python-packages.lorry')
-rw-r--r-- | open-source-lorries/python-packages.lorry | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 282d379..9300266 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -52,6 +52,10 @@ "type": "git", "url": "git@bitbucket.org:zzzeek/dogpile.cache.git" }, + "python-packages/ecdsa": { + "type": "git", + "url": "git://github.com/warner/python-ecdsa.git" + }, "python-packages/eventlet": { "type": "git", "url": "git://github.com/eventlet/eventlet.git" @@ -301,6 +305,10 @@ "type": "git", "url": "git://github.com/Pylons/webob.git" }, + "python-packages/websocket-client": { + "type": "git", + "url": "git://github.com/liris/websocket-client.git" + }, "python-packages/websockify": { "type": "git", "url": "git://github.com/kanaka/websockify.git" |