Skip to content

Commit 8b2a2f1

Browse files
committed
Add dev and prod dependencies
1 parent f7cc658 commit 8b2a2f1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
license = { text = "BSD-3-Clause" }
2222
requires-python = ">=3.10"
23-
dependencies = ["bidict", "pika", "setuptools", "stomp-py>=7"]
23+
dependencies = ["bidict", "pika", "setuptools", "stomp-py>=7", "opentelemetry-api==1.20.0", "opentelemetry-sdk==1.20.0", "opentelemetry-exporter-otlp-proto-http==1.20.0" ]
2424

2525
[project.urls]
2626
Download = "https://github.com/DiamondLightSource/python-workflows/releases"

requirements_dev.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ pytest-mock==3.14.0
77
pytest-timeout==2.3.1
88
stomp-py==8.1.2
99
websocket-client==1.8.0
10+
opentelemetry-api==1.20.0
11+
opentelemetry-sdk==1.20.0
12+
opentelemetry-exporter-otlp-proto-http==1.20.0

0 commit comments

Comments
 (0)