From b6d9e35a1de335d086ae02027c3087691f39e99d Mon Sep 17 00:00:00 2001 From: William Grant Date: Sat, 19 Mar 2011 21:55:38 +1100 Subject: [PATCH] Update Python version and DNS library requirements in README. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 12284cc..0d61491 100644 --- a/README +++ b/README @@ -12,8 +12,8 @@ This is pydkim 0.3. REQUIREMENTS -Python 2.5 or later is required. -The dnspython library (http://www.dnspython.org) library is required. + - Python 2.x >= 2.6, or Python 3.x >= 3.1. + - dnspython or pydns. dnspython is preferred if both are present. INSTALLATION