# HG changeset patch # User fschwarz # Date 1299279261 0 # Node ID 53186cab0091d5579b97febf4c94df03056007ce # Parent b226c4d5386e6618acbd360196bbd85192ea79d4 mention that pytz is not optional to run the automated tests (closes #249) diff --git a/INSTALL.txt b/INSTALL.txt --- a/INSTALL.txt +++ b/INSTALL.txt @@ -7,7 +7,8 @@ * Python 2.4 or later * CLDR 1.7 * Optional: setuptools 0.6b1 or later - * Optional: pytz (strongly recommended for real time-zone support) + * Optional: pytz (strongly recommended for real time-zone support, mandatory + to run the automated test suite) Installation