update pydivert dependency (#1614)

This commit is contained in:
Maximilian Hils 2016-10-16 20:30:28 -07:00 committed by GitHub
parent 421679a770
commit 3fbce7e981
1 changed files with 1 additions and 1 deletions

View File

@ -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"': [
],