From 154c43872919371d7956ab0adb9b841c9d7e540a Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 14 Jul 2013 10:08:40 +0200 Subject: [PATCH] Fix required jsonschema version and link to package homepage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0249f1..a1ca9cd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Dependencies You will need to run debian wheezy with python 2.7 and debootstrap installed. Also the following python libraries are required: * boto -* jsomschema (version 4, only available through pip) +* jsomschema ([version 2.0.0](https://pypi.python.org/pypi/jsonschema), only available through pip) * termcolor Highlights