From 0dc61220f23ac81aeff15f3cbe834ab272018f70 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 9 Oct 2014 16:27:08 +0100 Subject: Add a new python decorator --- open-source-lorries/python-packages.lorry | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 2dec529..d3afa78 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -31,6 +31,10 @@ "type": "hg", "url": "https://bitbucket.org/pypa/pypi" }, + "python-packages/python-decorator": { + "type": "tarball", + "url": "https://pypi.python.org/packages/source/d/decorator/decorator-3.4.0.tar.gz" + }, "python-packages/defusedxml": { "type": "hg", "url": "https://bitbucket.org/tiran/defusedxml" -- cgit v1.2.1 From 5290e8620092339933fb54cb96141565b1fc4fec Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 9 Oct 2014 16:27:40 +0100 Subject: Add sqlparse to the python packages --- open-source-lorries/python-packages.lorry | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index d3afa78..de68f75 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -273,6 +273,10 @@ "type": "git", "url": "git://github.com/stackforge/sqlalchemy-migrate.git" }, + "python-packages/sqlparse": { + "type": "git", + "url": "git://github.com/andialbrecht/sqlparse.git" + }, "python-packages/subunit": { "type": "bzr", "url": "lp:subunit" -- cgit v1.2.1