From 1657b80c915ee5d5022d29f0d75987788515a8a9 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 16 Oct 2016 19:34:05 -0700 Subject: [PATCH] update pydivert dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index abc80b335b..a8854b5cb6 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ ], extras_require={ ':sys_platform == "win32"': [ - "pydivert>=0.0.7, <0.1", + "pydivert>=0.0.7, <2.0", ], ':sys_platform != "win32"': [ ],