py2fa-gtk/pyproject.toml

13 lines
283 B
TOML

[project]
name = "py2fa-gtk"
version = "0.1.1"
description = "Wannabe Authy replacement."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"cryptography>=46.0.3",
"opencv-python>=4.12.0.88",
"pygobject>=3.54.5",
"pyotp>=2.9.0",
"pyzbar>=0.1.9",
]