diff --git a/setup.cfg b/setup.cfg
index e6b84eb..37668ff 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,7 +33,7 @@ include_package_data = true
 python_requires = >=2.7
 install_requires =
 	entrypoints
-	pywin32-ctypes!=0.1.0,!=0.1.1; sys_platform=="win32"
+	pywin32; sys_platform=="win32"
 	secretstorage; sys_platform=="linux" and python_version>="3.5"
 	secretstorage<3; (sys_platform=="linux2" or sys_platform=="linux") and python_version<"3.5"
 setup_requires = setuptools_scm >= 1.15.0
