Spaces:
Runtime error
Runtime error
File size: 471 Bytes
e77506b 52b9084 54a7970 e77506b 52b9084 54a7970 e77506b 54a7970 e77506b 52b9084 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [project]
name = "ai-deception-openenv"
version = "0.1.0"
description = "AI Cyber Deception OpenEnv environment for detecting, deceiving, and mitigating cyber attacks"
requires-python = ">=3.10"
dependencies = [
"flask>=2.0.0",
"requests>=2.0.0",
"pydantic>=1.10.0",
"openai>=1.0.0",
"openenv-core>=0.2.0"
]
[project.scripts]
server = "server.app:main"
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta" |