add comment on the inclusion of pyreadline

This commit is contained in:
Marshall Hallenbeck
2023-09-20 08:42:24 -04:00
parent dd33a93d64
commit 32f3c262f6
+1 -1
View File
@@ -63,7 +63,7 @@ rich = "^13.3.5"
python-libnmap = "^0.7.3"
resource = "^0.2.1"
oscrypto = { git = "https://github.com/NeffIsBack/oscrypto" }
pyreadline = "^2.1"
pyreadline = "^2.1" # for the build - impacket imports its hidden from the builder so an error occurs
[tool.poetry.group.dev.dependencies]
ruff = "*"