minor changes add functions to phoenix.py

This commit is contained in:
gac-x07mb
2024-12-17 16:13:36 +01:00
parent a36a0a9189
commit 3c618b431e
8 changed files with 87 additions and 9 deletions

View File

@ -12,7 +12,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
]
dependencies = []
dependencies = ["pandas"]
[project.optional-dependencies]
dev = [
@ -24,7 +24,6 @@ dev = [
"pytest-random-order",
"ophyd_devices",
"bec_server",
"pandas",
]
[project.entry-points."bec"]