We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e366c54 commit 21921bdCopy full SHA for 21921bd
pyproject.toml
@@ -22,6 +22,7 @@ classifiers = [
22
23
[tool.poetry.scripts]
24
dt4acc_softioc = { reference = "scripts/dt4acc_softioc.py", type = "file"}
25
+dt4acc_enhanced_tango = { reference = "scripts/dt4acc_enhanced_tango.py", type = "file"}
26
27
[tool.poetry.dependencies]
28
python = ">=3.7"
@@ -30,9 +31,10 @@ numpy="<2.0"
30
31
pymongo="*"
32
lat2db="*"
33
# waveforms of chars/strings
-softioc=">4.1"
34
+# only needed for epics version, do not include it here
35
+# softioc=">4.1"
36
+# p4p="*"
37
-p4p="*"
38
bact_device_models="*"
39
pandas="*"
40
bact-twin-architecture="*"
0 commit comments