Major restructuring to get automatic decoding/encoding
[pycalendar.git] / README
diff --git a/README b/README
index 2818559e4ac48397339ab8c955c90627e48969bf..281547dd3af3d635e6e292454b3ed05fb1f6b837 100644 (file)
--- a/README
+++ b/README
@@ -22,7 +22,7 @@ the usual ways.  Any of the following should work::
   $ python setup.py install
   $ pip install pycalendar
 
-There are no dependencies outside Python's standard library.
+The only dependency outside Python's standard library is pytz_.
 
 Testing
 =======
@@ -44,3 +44,4 @@ to stdout and geographic positions to stderr.  Run it with::
 .. _feedparser: https://pypi.python.org/pypi/feedparser/
 .. _Google Calendar: https://support.google.com/calendar/
 .. _nose: https://nose.readthedocs.org/en/latest/
+.. _pytz: https://pypi.python.org/pypi/pytz/