requirements: add tzlocal for tz identification

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

View File

@ -26,7 +26,9 @@ pyflakes==2.1.1 # via flake8
pyparsing==2.4.6 # via packaging
pytest-cov==2.8.1 # via -r requirements/requirements-dev.in
pytest==5.3.5 # via -r requirements/requirements-dev.in, pytest-cov
pytz==2019.3 # via tzlocal
six==1.14.0 # via packaging, pip-tools
tzlocal==2.0.0 # via -r requirements/requirements.in
versioneer==0.18 # via -r requirements/requirements-dev.in
wcwidth==0.1.8 # via pytest
werkzeug==1.0.0 # via flask

View File

@ -1,2 +1,3 @@
Flask # general purpose web service and web server stuff
Markdown # markdown rendering in templates
tzlocal # identifying system's local timezone

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: