Fixed #27327 -- Simplified time zone handling by requiring pytz.

This commit is contained in:
Tim Graham 2016-10-07 21:06:49 -04:00
parent d84ffcc22b
commit 414ad25b09
30 changed files with 109 additions and 426 deletions

View file

@ -117,9 +117,9 @@ Imports
# try/except
try:
import pytz
import yaml
except ImportError:
pytz = None
yaml = None
CONSTANT = 'foo'

View file

@ -232,7 +232,7 @@ dependencies:
* numpy_
* Pillow_
* PyYAML_
* pytz_
* pytz_ (required)
* setuptools_
* memcached_, plus a :ref:`supported Python binding <memcached>`
* mock_ (for Python 2)