From 32f3c262f63bca6cf7188797dbd4f0b488e7700a Mon Sep 17 00:00:00 2001 From: Marshall Hallenbeck Date: Wed, 20 Sep 2023 08:42:24 -0400 Subject: [PATCH] add comment on the inclusion of pyreadline --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e270287..c21b4b37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "*"