diff options
-rw-r--r-- | open-source-lorries/docker-py.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/python-packages.lorry | 8 |
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..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" |