Files
uv/scripts/packages/hatchling_dynamic/hatch_build.py
T

7 lines
218 B
Python
Raw Normal View History

from hatchling.builders.hooks.plugin.interface import BuildHookInterface
class LiteraryBuildHook(BuildHookInterface):
def initialize(self, version, build_data):
build_data["dependencies"].append("anyio")