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', ]