mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-11 12:17:45 +02:00
29 lines
458 B
TOML
29 lines
458 B
TOML
[project]
|
|
name = "openswarm-backend"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"anthropic",
|
|
"claude-agent-sdk",
|
|
"fastapi[standard]",
|
|
"httpx>=0.27.0",
|
|
"jsonschema",
|
|
"pillow",
|
|
"posthog",
|
|
"pydantic==2.10.5",
|
|
"watchfiles",
|
|
"swarm-debug"
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pyright",
|
|
"pytest==8.3.4",
|
|
"pytest-asyncio==0.25.2",
|
|
"typeguard==4.4.2",
|
|
"vulture",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|