------------------
* Update Covid tracker to use new NYT data source (the old one is no longer
updated), use DuckDB to identify latest reading, and cache intermediate
download to avoid multiple requests against NYT's servers.
* Move dependencies from requirements.txt to setup.py.
* Introduce mypy in linting process.