Files
ctf/training/h4tum/IntroZ3/tasks/chall2_dreamer/pyproject.toml
2025-11-28 12:23:07 +01:00

11 lines
204 B
TOML

[project]
name = "chall2-dreamer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pwn>=1.0",
"z3-solver>=4.15.4.0",
]