chore: move pyepics to required dependencies
Deploy / deploy (push) Canceled after 0s

This commit is contained in:
Benjamin Labrecque
2026-07-17 16:56:20 +02:00
parent 2b903bd41c
commit c4a5f065f8
18 changed files with 18 additions and 18 deletions
@@ -5,11 +5,11 @@ description = "AGEBD-ORBITBUMP Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]