aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0c359f1c..43ca4543 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"': [
],