From edd74af8a9159b99991808d925fc39a38b71088f Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 16 Oct 2019 13:19:45 -0500 Subject: [PATCH] Use requests socks extra instead of requiring PySocks directly --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9ecb639..e41fb81 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,7 @@ setup(name="tweepy", url="http://github.com/tweepy/tweepy", packages=find_packages(exclude=["tests", "examples"]), install_requires=[ - "PySocks>=1.5.7", - "requests>=2.11.1", + "requests[socks]>=2.11.1", "requests_oauthlib>=0.7.0", "six>=1.10.0", ], -- 2.25.1