From a3acd30bcc284f02e5740b7ce9b4aa415af00bf5 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Thu, 31 Dec 2015 09:19:45 +0000 Subject: [PATCH] Socks extra --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b7ed12ba..9e9c7232 100755 --- a/setup.py +++ b/setup.py @@ -70,5 +70,6 @@ setup( ), extras_require={ 'security': ['pyOpenSSL>=0.13', 'ndg-httpsclient', 'pyasn1'], + 'socks': ['PySocks>=1.5.6'], }, )