storage-engine-playground/pyproject.toml
2026-05-21 12:28:09 +02:00

12 lines
267 B
TOML

[project]
name = "storage-engine-playground"
version = "0.1.0"
description = "The Python environment for the `storage-engine-playground` project"
requires-python = ">=3.10,<4.0"
dependencies = [
"pre-commit (>=4.2.0,<5.0.0)",
"icecream (>=2.1.4,<3.0.0)",
]