From b09cc4595be645cd104f4225a0cca7f18c300159 Mon Sep 17 00:00:00 2001 From: nom3ad <19239479+nom3ad@users.noreply.github.com> Date: Wed, 7 Sep 2022 12:26:21 +0530 Subject: [PATCH] add pydivert as windows specific dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ebc65d1..673eea8 100755 --- a/setup.py +++ b/setup.py @@ -50,6 +50,7 @@ setup( }, python_requires='>=3.8', install_requires=[ + "pydivert; os_name=='nt'" ], tests_require=[ 'pytest',