agent-arena / pyproject.toml
nice-bill's picture
Add project config
00aba02
Raw
History Blame Contribute Delete
527 Bytes
[project]
name = "defi-agents"
version = "0.1.0"
description = "Multi-agent LLM simulation in DeFi markets with emergent strategic arms races"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"openai>=1.0.0",
"supabase>=2.0.0",
"fastapi>=0.109.0",
"uvicorn>=0.27.0",
"python-dotenv>=1.0.0",
"pydantic>=2.5.0",
"numpy>=1.26.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["api", "core", "web", "scripts"]