Files
ctf/2026/cscg/forensics/intro3/pyproject.toml
2026-04-10 03:31:12 +02:00

13 lines
253 B
TOML

[project]
name = "intro3"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"png-parser",
]
[tool.uv.sources]
png-parser = { git = "https://github.com/Hedroed/png-parser" }