Skip to content

Add tzdata package

Marc Hanisch requested to merge fix-add-tzdata-package into master

When sending a request to the CV, python shows an error:

ZoneInfoNotFoundError: 'No time zone found with key utc'

The error can be fixed by adding the package tzdata to requirements.txt.

See also https://pypi.org/project/tzdata/.

Merge request reports