Files
dumpy/pyproject.toml
2026-01-24 19:01:23 -06:00

12 lines
282 B
TOML

[project]
name = "dumpy"
version = "0.1.0"
description = "Used for dumping directories into the command prompt in a way that LLMs will understand"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"pathspec>=1.0.3",
"pyperclip>=1.11.0",
"rich>=14.3.1",
]