From ea164bf4eb4f713f15c4aa9077d68dc5157cb99f Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 21 Apr 2025 10:33:46 +0200 Subject: Replace base python by UV --- data/download-stops.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'data/download-stops.py') 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 -- cgit v1.3