Use uv as a venv wrapper

This commit is contained in:
Ruben van Staveren 2025-06-10 23:08:41 +02:00
parent 220f1eb394
commit a3e60ea0bf
Signed by: ruben
GPG Key ID: 886F6BECD477A93F

View File

@ -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 Sort X509/private key material
''' '''