Skip to content

Instantly share code, notes, and snippets.

@shaposhnikoff
Created February 1, 2026 13:46
Show Gist options
  • Select an option

  • Save shaposhnikoff/2d09dff5c5aa54710fe546d5cb05ce0b to your computer and use it in GitHub Desktop.

Select an option

Save shaposhnikoff/2d09dff5c5aa54710fe546d5cb05ce0b to your computer and use it in GitHub Desktop.
pyproject.toml
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "kvpass"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"azure-identity>=1.16.0",
"azure-keyvault-secrets>=4.8.0",
"typer>=0.12.0",
"rich>=13.7.0",
"pyperclip>=1.8.2",
]
[project.scripts]
kvpass = "kvpass.cli:app"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment