Merge pull request #52 from trustedsec/adduv

Added pyproject.toml
This commit is contained in:
Justin Bollinger
2025-01-30 12:55:25 -05:00
committed by GitHub

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "hate-crack"
version = "1.09"
description = "Menu driven Python wrapper for hashcat"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pytest>=8.3.4",
]