From a39f71ebbcf3642233ea59a05f9f4a93ebb6fd31 Mon Sep 17 00:00:00 2001 From: Alex <61382599+NeffIsBack@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:28:32 +0100 Subject: [PATCH] Remove pyreadline as it causes errors in nxcdb --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c02c6c496..98eeb6164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,6 @@ pyasn1-modules = "^0.3.0" rich = "^13.3.5" python-libnmap = "^0.7.3" oscrypto = { git = "https://github.com/Pennyw0rth/oscrypto" } # Pypi version currently broken, see: https://github.com/wbond/oscrypto/issues/78 (as of 9/23) -pyreadline = { version = "^2.1", markers = "sys_platform == 'win32'" } # for the build - impacket imports its hidden from the builder so an error occurs argcomplete = "^3.1.4" [tool.poetry.group.dev.dependencies]