Add tzdata package
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/.