Remove range operators from markers

This commit is contained in:
Cory Benfield
2017-05-10 14:19:46 +01:00
parent 3618f3f68e
commit f3f4c3e20a
+1 -1
View File
@@ -99,7 +99,7 @@ setup(
extras_require={
'security': ['pyOpenSSL>=0.14', 'cryptography>=1.3.4', 'idna>=2.0.0'],
'socks': ['PySocks>=1.5.6, !=1.5.7'],
'socks:sys_platform == "win32" and python_version<"3.3"': ['win_inet_pton'],
'socks:sys_platform == "win32" and (python_version == "2.7" or python_version == "2.6")': ['win_inet_pton'],
},
)