aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9e4fa9e8..00066f95 100644
--- a/setup.py
+++ b/setup.py
@@ -87,7 +87,7 @@ setup(
],
extras_require={
':sys_platform == "win32"': [
- "pydivert>=0.0.7, <2.0",
+ "pydivert>=2.0.3, <2.1",
],
':sys_platform != "win32"': [
],