From f11055a7265d86bbb55934d110090f1f4d840e6a Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Tue, 1 Jun 2010 00:20:38 +0100 Subject: [PATCH] java 1.6 is a dep --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 344e1fb8..df44e74a 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ If you need something that is not implemented, it shouldn't be too hard to add ( Dependencies ------------- -slf4j_ is required. bouncycastle_ is highly recommended and required for using some of the crypto algorithms. +Java 1.6+. slf4j_ is required. bouncycastle_ is highly recommended and required for using some of the crypto algorithms. jzlib_ is required for using zlib compression.