mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #27327 -- Simplified time zone handling by requiring pytz.
This commit is contained in:
parent
d84ffcc22b
commit
414ad25b09
30 changed files with 109 additions and 426 deletions
|
@ -117,9 +117,9 @@ Imports
|
|||
|
||||
# try/except
|
||||
try:
|
||||
import pytz
|
||||
import yaml
|
||||
except ImportError:
|
||||
pytz = None
|
||||
yaml = None
|
||||
|
||||
CONSTANT = 'foo'
|
||||
|
||||
|
|
|
@ -232,7 +232,7 @@ dependencies:
|
|||
* numpy_
|
||||
* Pillow_
|
||||
* PyYAML_
|
||||
* pytz_
|
||||
* pytz_ (required)
|
||||
* setuptools_
|
||||
* memcached_, plus a :ref:`supported Python binding <memcached>`
|
||||
* mock_ (for Python 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue