diff options
author | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2013-09-06 13:28:44 +0000 |
---|---|---|
committer | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2013-09-06 13:28:44 +0000 |
commit | b4df21552772e1e039aaabd28a6657dbab80df68 (patch) | |
tree | 6889c9c64375b2e5a2920f5246585d564c93172f /open-source-lorries | |
parent | 77c2fd257802ae9bc3bfa62cfce602fedc602e95 (diff) | |
download | lorries-b4df21552772e1e039aaabd28a6657dbab80df68.tar.gz |
Added python-requests lorry.
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/python-requests.lorry | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/python-requests.lorry b/open-source-lorries/python-requests.lorry new file mode 100644 index 0000000..59274f8 --- /dev/null +++ b/open-source-lorries/python-requests.lorry @@ -0,0 +1,6 @@ +{ + "python-requests": { + "type": "git", + "url": "git://github.com/kennethreitz/requests.git" + } +} |