From 887eb8985867773dae9a53826c56fae34e201608 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 21 Oct 2014 17:41:47 +0100 Subject: Add Python 'ansicolor' package This is used by the Baserock Import tool. --- 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 de68f75..e6ef8ff 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -3,6 +3,10 @@ "type": "git", "url": "https://bitbucket.org/zzzeek/alembic.git" }, + "python-packages/ansicolor": { + "type": "git", + "url": "https://github.com/numerodix/ansicolor" + }, "python-packages/anyjson": { "type": "hg", "url": "https://bitbucket.org/runeh/anyjson" -- cgit v1.2.1 From be956bb0198972c9fbc8a5ae6c697aaa8494c287 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 21 Oct 2014 17:43:59 +0100 Subject: Add Python 'requests-cache' package This is used by one of the importer extensions in the Baserock Import tool. --- 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 e6ef8ff..3dca6d8 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -249,6 +249,10 @@ "type": "git", "url": "git://github.com/andymccurdy/redis-py.git" }, + "python-packages/requests-cache": { + "type": "git", + "url": "https://github.com/reclosedev/requests-cache" + }, "python-packages/routes": { "type": "git", "url": "git://github.com/bbangert/routes.git" -- cgit v1.2.1