From ed1e86dce15c602f60d283e1f4b311e98d26c701 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 17 Jan 2018 00:10:57 +0100 Subject: [PATCH] Add pysocks to required packages --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fd96b3b4..7dfb86cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,5 +26,5 @@ classifiers = [options] packages = find: zip_safe = False -install_requires = pyaes +install_requires = pyaes; pysocks include_package_data = True \ No newline at end of file