packaging: Depend on the latest version of fill3

- Dependencies are still working despite making the eris repo use
  uv workspaces.
This commit is contained in:
Andrew Hamilton 2024-12-28 17:42:04 +10:00
parent abf2943d3f
commit bfb0d941b0
2 changed files with 14 additions and 14 deletions

View file

@ -2,7 +2,7 @@ tool.uv.package = true
[project]
name = "diff-edit"
version = "v2024.12.19"
version = "v2024.12.28"
description = "Edit two files side by side, showing differences."
readme = "README.md"
authors = [
@ -11,10 +11,10 @@ authors = [
requires-python = ">=3.11"
dependencies = [
"docopt==0.6.2",
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=fill3",
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=lscolors",
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=fill3",
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=lscolors",
"pygments==2.10.0",
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr",
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=termstr",
]
[project.scripts]