Skip to content

Commit

Permalink
[bugfix] Add missing dependencies to pyproject file (#76)
Browse files Browse the repository at this point in the history
* Add missing dep to pyproject file

* Fix typo
  • Loading branch information
QU35T-code committed Apr 4, 2024
1 parent aaa3ed8 commit 400880f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ authors = ["p0dalirius"]
python = "^3.7"
impacket = "^0.10.0"
xlsxWriter = ">=3.0.0"
jinja2 = ">=3.1.3"
sectools = ">=1.4.3"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 400880f

Please sign in to comment.