From dafd0b507b0cbf1711909affa0d51f1ba613173b Mon Sep 17 00:00:00 2001 From: Rich FitzJohn Date: Wed, 18 Oct 2023 11:51:56 +0100 Subject: [PATCH] Another attempt at versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 484ada3..98c947e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ python = "python3" dependencies = [ "coverage[toml]>=6.5", "pytest", - "vault-dev@git+https://github.com/vimc/vault-dev#egg=mrc-4644" + "vault-dev@git+https://github.com/vimc/vault-dev@mrc-4644" ] [tool.hatch.envs.default.scripts] test = "pytest {args:tests}"