mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-25 05:52:22 +02:00
14 lines
280 B
TOML
14 lines
280 B
TOML
[project]
|
|
name = "openswarm-backend"
|
|
version = "0.1.0"
|
|
description = "OpenSwarm web app backend — FastAPI + SubApp plugin pattern"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"fastapi[standard]",
|
|
"typeguard==4.4.2",
|
|
"swarm-debug",
|
|
]
|
|
|
|
[tool.setuptools]
|
|
packages = []
|