Merge pull request #3552 from Trodis/master

pysocks 1.5.7 blacklisting, due to IPv6 problems
This commit is contained in:
Ian Cordasco
2016-09-05 11:47:13 -05:00
committed by GitHub
+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'],
},
)