aboutsummaryrefslogtreecommitdiff
path: root/data/download-stops.py
diff options
context:
space:
mode:
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