From 3dadb46b9a5ec7a5fc231a38916e451a59ff81b0 Mon Sep 17 00:00:00 2001 From: lefayjey Date: Mon, 3 Jun 2024 11:19:15 +0200 Subject: [PATCH] [bug] Missing requirement "rich" (#2) * Update requirements.txt * Update pyproject.toml --- pyproject.toml | 3 ++- requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index abfb2b3..0534ec9 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" diff --git a/requirements.txt b/requirements.txt index d83b134..6afaa4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -impacket \ No newline at end of file +impacket +rich