diff options
author | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2014-10-09 16:52:54 +0100 |
---|---|---|
committer | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2014-10-09 16:52:54 +0100 |
commit | 9d3b12e9548af8457558e550b6ce98a7e465bf61 (patch) | |
tree | c1a63e2b78c450ca2130679786f1331d83643564 | |
parent | 2793ba74e4e926f0aaad7f82356cf1a06b4b2234 (diff) | |
parent | 5290e8620092339933fb54cb96141565b1fc4fec (diff) | |
download | lorries-9d3b12e9548af8457558e550b6ce98a7e465bf61.tar.gz |
Merge branch 'baserock/franred/add-openstack-decorator-and-sqlparse'
Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk>
Richard Maw <richard.maw@codethink.co.uk>
Merged-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
-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 2dec529..de68f75 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" @@ -269,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" |