Skip to content

Commit 7ad857f

Browse files
committed
add marshmallow dependency
1 parent d446e80 commit 7ad857f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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", "opentelemetry-api==1.20.0", "opentelemetry-sdk==1.20.0", "opentelemetry-exporter-otlp-proto-http==1.20.0" ]
23+
dependencies = ["marshmallow","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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ stomp-py==8.1.2
99
websocket-client==1.8.0
1010
opentelemetry-api==1.20.0
1111
opentelemetry-sdk==1.20.0
12-
opentelemetry-exporter-otlp-proto-http==1.20.0
12+
opentelemetry-exporter-otlp-proto-http==1.20.0
13+
marshmallow

0 commit comments

Comments
 (0)