11 lines
192 B
TOML
11 lines
192 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",
|
|
"gunicorn>=23.0.0",
|
|
]
|