aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2026-05-04 23:08:14 +0100
committerAlex Schofield <git@ajschof.me>2026-05-04 23:08:14 +0100
commitcc3a9b54e32113c4e7f3616d7e6350e432b1aa1c (patch)
treec55b7c324c41e117f402fb62bc55d9a3f5f02ff4 /pyproject.toml
parentf7b0f039ad955b661b3c25400e1447569efd882b (diff)
downloadfuelnearme-cc3a9b54e32113c4e7f3616d7e6350e432b1aa1c.tar.gz
fuelnearme-cc3a9b54e32113c4e7f3616d7e6350e432b1aa1c.zip
add logic to cache data download in get_latest_data()
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
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]
git.ajschof.me — hosted by ajschofield — powered by cgit