Register the PipCompileEnvironment plugin with Hatch
Source code in hatch_pip_compile/hooks.py
| @hookimpl
def hatch_register_environment() -> Type[PipCompileEnvironment]:
"""
Register the PipCompileEnvironment plugin with Hatch
"""
return PipCompileEnvironment
|