Use uv as a venv wrapper
This commit is contained in:
parent
220f1eb394
commit
a3e60ea0bf
@ -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
|
||||||
'''
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user