Skip to content

Commit

Permalink
[bug] Missing requirement "rich" (#2)
Browse files Browse the repository at this point in the history
* Update requirements.txt

* Update pyproject.toml
  • Loading branch information
lefayjey authored Jun 3, 2024
1 parent 67a3ff2 commit 3dadb46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = ["p0dalirius"]
[tool.poetry.dependencies]
python = "^3.7"
impacket = "^0.10.0"
rich = "^13.0.0"

[tool.poetry.dev-dependencies]

Expand All @@ -16,4 +17,4 @@ smbng="smbclientng.__main__:main"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
impacket
impacket
rich

0 comments on commit 3dadb46

Please sign in to comment.