From cc3a9b54e32113c4e7f3616d7e6350e432b1aa1c Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Mon, 4 May 2026 23:08:14 +0100 Subject: add logic to cache data download in get_latest_data() --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index fcf426d..feeed1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,8 @@ dependencies = [ "pandas>=3.0.2", "requests>=2.33.1", "numpy>=2.4.4", - "tabulate>=0.10.0" + "tabulate>=0.10.0", + "platformdirs>=4.9.6", ] [project.scripts] -- cgit v1.2.3