Skip to content

Commit

Permalink
[bug] Missing requirement "charset-normalizer" (#5)
Browse files Browse the repository at this point in the history
* Update pyproject.toml for missing charset-normalizer

* Update requirements.txt for missing charset-normalizer
  • Loading branch information
StopThatTalace authored Jun 3, 2024
1 parent 32b8529 commit 3dc22e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors = ["p0dalirius"]
python = "^3.7"
impacket = "^0.10.0"
rich = "^13.0.0"
charset-normalizer = "^3.3.2"

[tool.poetry.dev-dependencies]

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
impacket
rich
charset-normalizer

0 comments on commit 3dc22e9

Please sign in to comment.