Add CI/CD pipeline, adjust for integration with CleverSwarm and other python services

This commit is contained in:
Stanislav Hejny
2025-02-26 19:53:44 +00:00
parent 1f9040729f
commit 73c962dc12
24 changed files with 65 additions and 780 deletions
+20
View File
@@ -0,0 +1,20 @@
[build-system]
requires = ["setuptools>=61.0", "wheel"] # Specifies build tools to use
build-backend = "setuptools.build_meta"
[project]
name = "amq_adapter"
version = "0.1.0"
description = "The Python implementation of the AMQ Adaptor for CleverMicro"
readme = "README.md"
license = { text = "Apache License 2.0" }
dependencies = [
"aiohttp~=3.11.11",
"pika~=1.3.2",
"fastapi==0.115.6",
"opentelemetry-api",
"opentelemetry-sdk",
"opentelemetry-exporter-otlp",
"opentelemetry-exporter-prometheus",
"opentelemetry-instrumentation-pika"
]