requirements: add tzlocal for tz identification

This commit is contained in:
2020-03-07 15:03:02 -06:00
parent fe0ca7d90b
commit 75f8488fc3
3 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ itsdangerous==1.1.0 # via flask
jinja2==2.11.1 # via flask
markdown==3.2.1 # via -r requirements/requirements.in
markupsafe==1.1.1 # via jinja2
pytz==2019.3 # via tzlocal
tzlocal==2.0.0 # via -r requirements/requirements.in
werkzeug==1.0.0 # via flask
# The following packages are considered to be unsafe in a requirements file: