From 5a2ac0c3dceb3935aeaf5427ede73154defc2fca Mon Sep 17 00:00:00 2001 From: Benjamin Dweck Date: Tue, 20 Oct 2020 13:27:09 +0200 Subject: [PATCH] Attempt to fix broken PySocks Debian package dependency --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 5518544..357f950 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,7 @@ install_requires = setuptools~=50.3.1 pip~=20.2.3 stem + PySocks [options.entry_points] console_scripts = torch-agent=torch_agent.torch_agent:main