From 03c2644ac4ef8055028e1f3a20c174f55d1f38f5 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Sat, 7 Jun 2025 21:52:06 +1000 Subject: [PATCH] packaging: Make pyproject.toml work with pip --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3e8c6a0..b98ed38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,13 +11,13 @@ authors = [ requires-python = ">=3.11" dependencies = [ "docopt-ng==0.9.0", - "fill3", - "lscolors", + "fill3 @ git+https://gitlab.com/ahamilton/eris@v2025.06.04#subdirectory=fill3", + "lscolors @ git+https://gitlab.com/ahamilton/eris@v2025.06.04#subdirectory=lscolors", "pexpect==4.9.0", "pillow==11.2.1", "pygments==2.19.1", "pyinotify-elephant-fork==0.0.1", - "termstr", + "termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.04#subdirectory=termstr", ] [tool.uv.sources]