From 3fbce7e981cab5d20b3ef17a50f14b34e8c60fa3 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 16 Oct 2016 20:30:28 -0700 Subject: [PATCH] update pydivert dependency (#1614) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c359f1c7..43ca45437 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ setup( ], extras_require={ ':sys_platform == "win32"': [ - "pydivert>=0.0.7, <0.1", + "pydivert>=0.0.7, <2.0", ], ':sys_platform != "win32"': [ ],