summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-12 12:10:26 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-12 12:10:26 +0100
commit083aeb1c699aa000637754513801d0348e17bb04 (patch)
tree1d13764ec916aa6c19d357e940bcb0496d957156
parent76de913415479b94b3423467337451a05b05bb39 (diff)
downloadlorries-sam/docker-clients.tar.gz
Add packages needed for Python Docker client and Paramikosam/docker-clients
-rw-r--r--open-source-lorries/docker-py.lorry6
-rw-r--r--open-source-lorries/python-packages.lorry8
2 files changed, 14 insertions, 0 deletions
diff --git a/open-source-lorries/docker-py.lorry b/open-source-lorries/docker-py.lorry
new file mode 100644
index 0000000..bd168a5
--- /dev/null
+++ b/open-source-lorries/docker-py.lorry
@@ -0,0 +1,6 @@
+{
+ "docker-py": {
+ "type": "git",
+ "url": "git://github.com/dotcloud/docker-py.git"
+ }
+}
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 282d379..19352e4 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"