packaging: Make pyproject.toml work with pip

This commit is contained in:
Andrew Hamilton 2025-06-07 21:52:06 +10:00
parent 968d2b8443
commit 03c2644ac4

View file

@ -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]