packaging: Make pyproject.toml work with pip
This commit is contained in:
parent
968d2b8443
commit
03c2644ac4
1 changed files with 3 additions and 3 deletions
|
|
@ -11,13 +11,13 @@ authors = [
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"docopt-ng==0.9.0",
|
"docopt-ng==0.9.0",
|
||||||
"fill3",
|
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2025.06.04#subdirectory=fill3",
|
||||||
"lscolors",
|
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2025.06.04#subdirectory=lscolors",
|
||||||
"pexpect==4.9.0",
|
"pexpect==4.9.0",
|
||||||
"pillow==11.2.1",
|
"pillow==11.2.1",
|
||||||
"pygments==2.19.1",
|
"pygments==2.19.1",
|
||||||
"pyinotify-elephant-fork==0.0.1",
|
"pyinotify-elephant-fork==0.0.1",
|
||||||
"termstr",
|
"termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.04#subdirectory=termstr",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.uv.sources]
|
[tool.uv.sources]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue