From 491ca2a48f2c888a0fdc8332c188a30d9ecc0eb4 Mon Sep 17 00:00:00 2001 From: mukkino <25956452+fabiolichinchi@users.noreply.github.com> Date: Fri, 14 Oct 2022 00:24:42 +0000 Subject: [PATCH] pysocks added for the sock4 argument pysocks is not yet included by default with the latest Python (tested on Windows) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index cdef374..f62a15b 100755 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ colorama lxml requests termcolor +pysocks