nix-playgraound/pyproject.toml

12 lines
245 B
TOML
Raw Permalink Normal View History

2026-04-15 11:49:36 +02:00
[project]
name = "nix-playground"
version = "0.1.0"
description = "The Python environment for the `nix-playground` project"
requires-python = ">=3.10,<4.0"
dependencies = [
"pre-commit (>=4.2.0,<5.0.0)",
"icecream (>=2.1.4,<3.0.0)",
]