Files
hate_crack/pyproject.toml
Justin Bollinger 0f698fc693 Added pyproject.toml
2025-01-30 12:53:37 -05:00

10 lines
190 B
TOML

[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",
]