From 80c81b2500288e8fc9f8e8c8bdb1b9488c008b83 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Sun, 8 May 2022 19:04:07 +0200 Subject: [PATCH] accept pywerview 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ff91fd7e..9cb17724d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ impacket = "^0.9.24" xmltodict = "^0.12.0" terminaltables = "^3.1.0" aioconsole = "^0.3.3" -pywerview = "^0.3.3" +pywerview = ">=0.3.3" [tool.poetry.dev-dependencies]