From 0f698fc6933564720e4b8468089484b238153530 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Thu, 30 Jan 2025 12:53:37 -0500 Subject: [PATCH] Added pyproject.toml --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..64e3b8a --- /dev/null +++ b/pyproject.toml @@ -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", +]