Skip to content

Commit 21921bd

Browse files
committed
[TASK] pyproject.toml: without epics relevant stuff
1 parent e366c54 commit 21921bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222

2323
[tool.poetry.scripts]
2424
dt4acc_softioc = { reference = "scripts/dt4acc_softioc.py", type = "file"}
25+
dt4acc_enhanced_tango = { reference = "scripts/dt4acc_enhanced_tango.py", type = "file"}
2526

2627
[tool.poetry.dependencies]
2728
python = ">=3.7"
@@ -30,9 +31,10 @@ numpy="<2.0"
3031
pymongo="*"
3132
lat2db="*"
3233
# waveforms of chars/strings
33-
softioc=">4.1"
34+
# only needed for epics version, do not include it here
35+
# softioc=">4.1"
36+
# p4p="*"
3437

35-
p4p="*"
3638
bact_device_models="*"
3739
pandas="*"
3840
bact-twin-architecture="*"

0 commit comments

Comments
 (0)