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]