add pylingual dev script dependencies

This commit is contained in:
Josh Wiedemeier
2025-09-12 11:40:46 -05:00
parent 1b9543d058
commit 444c7661f1
7 changed files with 63 additions and 0 deletions
@@ -1,3 +1,12 @@
# /// script
# requires-python = ">= 3.12"
# dependencies = [
# "pylingual",
# ]
# [tool.uv.sources]
# pylingual = { path = "../../" }
# ///
import csv
import itertools
import logging