From f2c86cbc114970c7cc2d34f56b93e7986bbfa07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Thu, 22 Apr 2021 10:03:43 +0200 Subject: [PATCH] Require setuptools, pyls/config/config.py imports pkg_resources --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 12782990..357aecca 100755 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ 'jedi>=0.17.2,<0.18.0', 'python-jsonrpc-server>=0.4.0', 'pluggy', + 'setuptools', 'ujson<=2.0.3 ; platform_system!="Windows" and python_version<"3.0"', 'ujson>=3.0.0 ; python_version>"3"']