daggr-sample / pyproject.toml
hysts's picture
hysts HF Staff
daggr==0.5.4
8c52d9d
raw
history blame contribute delete
179 Bytes
[project]
name = "daggr-sample"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"daggr>=0.5.4",
]