From a3e60ea0bf2789df08b11a5f06aa3cb3c72cbc35 Mon Sep 17 00:00:00 2001 From: Ruben van Staveren Date: Tue, 10 Jun 2025 23:08:41 +0200 Subject: [PATCH] Use uv as a venv wrapper --- sort_certificate.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sort_certificate.py b/sort_certificate.py index 6fc2371..e9092d5 100755 --- a/sort_certificate.py +++ b/sort_certificate.py @@ -1,4 +1,12 @@ -#! /usr/bin/env python3 +#! /usr/bin/env -S uv run --script +# /// script +# requires-python = ">=3.11" +# dependencies = [ +# "certifi", +# "cryptography", +# "pyopenssl", +# ] +# /// ''' Sort X509/private key material '''