Add support for the ClearML HTTP router using Task.get_http_router()

This commit is contained in:
clearml
2024-12-07 17:22:48 +02:00
parent 749a80a70a
commit ba492dd65d
11 changed files with 881 additions and 3 deletions

View File

@@ -87,6 +87,11 @@ setup(
'gs': [
'google-cloud-storage>=1.13.2',
],
'router': [
'fastapi>=0.115.2',
'uvicorn>=0.31.1',
'httpx>=0.27.2'
]
},
package_data={
'clearml': ['config/default/*.conf', 'backend_api/config/default/*.conf']