diff --git a/setup.py b/setup.py index a41e309b..4ca5da87 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,8 @@ if not sys.platform.startswith("win"): # add gns3-netifaces only if netifaces isn't already installed # for instance via a Debian package. dependencies.append("gns3-netifaces>=0.10.4.1") +else: + dependencies.append("pywin32>=219") setup( name="gns3-server",