Socks extra

This commit is contained in:
Cory Benfield
2015-12-31 09:19:45 +00:00
parent e4d15c4649
commit a3acd30bcc
+1
View File
@@ -70,5 +70,6 @@ setup(
),
extras_require={
'security': ['pyOpenSSL>=0.13', 'ndg-httpsclient', 'pyasn1'],
'socks': ['PySocks>=1.5.6'],
},
)