Files
ctf/training/h4tum/binex_training/cscg_2025_intro_pwn/pyproject.toml
2025-09-20 21:10:36 +02:00

11 lines
213 B
TOML

[project]
name = "cscg-2025-intro-pwn"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pwntools>=4.14.1",
"ropper>=1.13.13",
]