Initial commit: Motia III Backend Setup
- iii-config.yaml mit Production-Settings (CORS, all interfaces) - Ticketing-System Steps (create, triage, escalate, notify, SLA monitoring) - Python dependencies via uv - Systemd services für Motia Engine und iii Console - README mit Deployment-Info
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "motia-iii-example-python"
|
||||
version = "0.0.1"
|
||||
description = "Motia iii Example - Python Implementation"
|
||||
authors = [{ name = "III" }]
|
||||
requires-python = ">=3.10"
|
||||
|
||||
dependencies = [
|
||||
"motia[otel]==1.0.0rc24",
|
||||
"iii-sdk==0.2.0",
|
||||
"pydantic>=2.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user