This commit is contained in:
Sivert V. Sæther
2025-09-26 15:54:44 +02:00
commit ef77991a1f
9 changed files with 126 additions and 0 deletions

9
pyproject.toml Normal file
View File

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