Files
M-CTF-2025/neuralink/pyproject.toml

10 lines
218 B
TOML
Raw Permalink Normal View History

2025-12-14 14:46:45 +03:00
[project]
name = "neuralink-security-service"
version = "1.0.0"
description = "Async security service with flag submission"
dependencies = [
"aiosqlite>=0.19.0",
"requests>=2.31.0",
]
requires-python = ">=3.8"