pysocks 1.5.7 blacklisting, due to IPv6 problems

This commit is contained in:
Ferhat
2016-09-05 18:28:57 +02:00
parent 58d855e193
commit dedf9064c6
+1 -1
View File
@@ -93,6 +93,6 @@ setup(
tests_require=test_requirements,
extras_require={
'security': ['pyOpenSSL>=0.13', 'ndg-httpsclient', 'pyasn1'],
'socks': ['PySocks>=1.5.6'],
'socks': ['PySocks>=1.5.6, !=1.5.7'],
},
)