From 2efc44768ec10c863ada310443dc664673c6f7d2 Mon Sep 17 00:00:00 2001 From: lefayjey Date: Mon, 3 Jun 2024 10:30:26 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf6ddbd..046cfa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ authors = ["p0dalirius"] [tool.poetry.dependencies] python = "^3.7" impacket = "^0.10.0" +rich = "^13.0.0" [tool.poetry.dev-dependencies] @@ -16,4 +17,4 @@ smbng="smbclientng.__main__:main" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"