From 450be45f92a72b98313a13fc26cab469dff72d66 Mon Sep 17 00:00:00 2001 From: Phil Weir Date: Wed, 11 Dec 2024 13:41:08 +0000 Subject: [PATCH] fix(docs): replace github link for portray with a temporary pypi url --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 053b0702..36db113c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ allow-direct-references = true [project.optional-dependencies] test = ["pytest", "coverage", "ruff", "mypy"] docs = [ - "portray @ git+https://github.com/flaxandteal/portray.git#v1.8.0-fat" + "tmp_fat_portray >= v1.8.0" ] [tool.pixi.project]