Add one-line installer and pip extras
- install.sh: One-line installer with options - Pip extras: [server], [storage], [all] - Updated README with install instructions
This commit is contained in:
@@ -32,6 +32,17 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
server = [
|
||||
"fastapi>=0.115.0",
|
||||
"uvicorn>=0.30.0",
|
||||
"jinja2>=3.1.0",
|
||||
]
|
||||
storage = [
|
||||
"boto3>=1.35.0",
|
||||
]
|
||||
all = [
|
||||
"opus-orchestrator-ai[server,storage]",
|
||||
]
|
||||
dev = [
|
||||
"pytest>=8.0.0",
|
||||
"pytest-asyncio>=0.23.0",
|
||||
|
||||
Reference in New Issue
Block a user