This commit is contained in:
pwn
2025-12-14 14:46:45 +03:00
parent d45ca06d07
commit 9b66143f5a
4 changed files with 923 additions and 0 deletions

9
neuralink/pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[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"