summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-05-22 22:07:49 -0400
committerGitHub <noreply@github.com>2022-05-22 22:07:49 -0400
commit5067f08affc912860b20f03fa5476d536e986745 (patch)
treefa544ea091c539b9873e13a0dd10209a72371693 /setup.cfg
parenta0cc0748b4133392b48becca9fcc6243a72ba82a (diff)
downloadastroid-git-5067f08affc912860b20f03fa5476d536e986745.tar.gz
Remove dependency on `pkg_resources` from `setuptools` (#1536)
Avoid using `importlib.util.find_spec()` to avoid actually importing parent packages.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index fa7c436e..1e2341a8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,7 +39,6 @@ packages = find:
install_requires =
lazy_object_proxy>=1.4.0
wrapt>=1.11,<2
- setuptools>=20.0
typed-ast>=1.4.0,<2.0;implementation_name=="cpython" and python_version<"3.8"
typing-extensions>=3.10;python_version<"3.10"
python_requires = >=3.7.2