From 1ff5440f28cffd105e645ddd9aea1bb3df5c8588 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 26 Nov 2012 11:54:21 -0500 Subject: [PATCH] Add tool to build an API tarball for distribution. (imported from commit eeaf9f526f243cc628eede603fe1b1691c34977f) --- README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..dec633a --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +The Humbug API Python bindings require the following Python libraries: + +* simplejson +* requests (version >= 0.12)