Use uv as a venv wrapper

This commit is contained in:
2025-06-10 23:08:41 +02:00
parent 220f1eb394
commit a3e60ea0bf

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
'''