Files
c2py/pyproject.toml
Sivert V. Sæther ef77991a1f batman
2025-09-26 15:54:44 +02:00

10 lines
168 B
TOML

[project]
name = "c2py"
version = "0.1.0"
description = "Python based C2 server"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"flask>=3.1.2",
]