Files
ctf/2025/catthegrey/pwn/dist-infinite_connect_four/pyproject.toml
2025-06-06 03:13:31 +02:00

10 lines
197 B
TOML

[project]
name = "dist-infinite-connect-four"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pwntools>=4.14.1",
]