I want to install an environment plugin from the local file system. My `pyproject.toml` contains the following: ``` [tool.hatch.metadata] allow-direct-references = true [tool.hatch.env] requires = [ "my-hatch-plugin @ {root:uri}/tools/my-hatch-plugin", ] ``` But it seems the `env.requires` value does not support context formatting.