py2fa-gtk/Pipfile
2025-10-21 05:43:06 +03:00

16 lines
219 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyotp = "*"
cryptography = "*"
opencv-python = "*"
pyzbar = "*"
pygobject = "*"
[dev-packages]
[requires]
python_version = "3.12"