Skip to content

Commit 85eba77

Browse files
committed
remove unnecessary pinning of dependencies and correct formatting in pyproject.toml
1 parent d437b47 commit 85eba77

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@ 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 = [
24+
"bidict",
25+
"pika",
26+
"setuptools",
27+
"stomp-py>=7",
28+
"opentelemetry-api",
29+
"opentelemetry-sdk",
30+
"opentelemetry-exporter-otlp-proto-http~=1.20.0"
31+
]
2432

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

0 commit comments

Comments
 (0)