diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-10-21 17:43:59 +0100 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-10-21 17:43:59 +0100 |
commit | be956bb0198972c9fbc8a5ae6c697aaa8494c287 (patch) | |
tree | 429696a5dd0e39bd4a7ec69b70f51532b90fcd5f | |
parent | 887eb8985867773dae9a53826c56fae34e201608 (diff) | |
download | lorries-be956bb0198972c9fbc8a5ae6c697aaa8494c287.tar.gz |
Add Python 'requests-cache' package
This is used by one of the importer extensions in the Baserock Import
tool.
-rw-r--r-- | open-source-lorries/python-packages.lorry | 4 |
1 files changed, 4 insertions, 0 deletions
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" |