aboutsummaryrefslogtreecommitdiff
path: root/data/download-stops.py
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-04-21 10:33:46 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-04-21 10:33:46 +0200
commitea164bf4eb4f713f15c4aa9077d68dc5157cb99f (patch)
treeb3664ccf527d70ba4016bf2ea8b14e508bcdc37a /data/download-stops.py
parentb0e1d5446fab32682b31c389a27f8886499de2e3 (diff)
Replace base python by UV
Diffstat (limited to 'data/download-stops.py')
-rw-r--r--data/download-stops.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/download-stops.py b/data/download-stops.py
index 54c57ed..002b093 100644
--- a/data/download-stops.py
+++ b/data/download-stops.py
@@ -1,4 +1,9 @@
-#!/usr/bin/env python3
+# /// script
+# requires-python = ">=3.12"
+# dependencies = [
+# "PyYAML>=6.0.2", # For YAML support
+# ]
+# ///
import json
import os
import sys