Fixes #8683: Fix ZoneInfoNotFoundError exception under Python 3.9+

This commit is contained in:
jeremystretch
2022-02-23 14:16:12 -05:00
parent a2fe23549b
commit 6638f560f8
3 changed files with 6 additions and 0 deletions

View File

@@ -117,3 +117,7 @@ svgwrite
# Tabular dataset library (for table-based exports)
# https://github.com/jazzband/tablib
tablib
# Timezone data (required by django-timezone-field on Python 3.9+)
# https://github.com/python/tzdata
tzdata