From 4e0ab185ce8efb4e6752fa26c9a12ce234051ad4 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 31 Aug 2024 04:07:52 -0400 Subject: [PATCH] Stop declaring detectable imports. --- __init__.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/__init__.py b/__init__.py index ff442ea..9ecce8a 100644 --- a/__init__.py +++ b/__init__.py @@ -1,18 +1,7 @@ __requires__ = [ - 'wheel', - 'pip-run', - 'setuptools_scm', 'build', 'git-fame', - 'jaraco.context', - 'requests', - 'packaging', - 'jaraco.functools', - 'jaraco.compat >= 4.1', 'importlib_resources; python_version < "3.12"', - 'jaraco.vcs', - 'more-itertools', - 'coherent.deps', ]