mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-06 11:50:40 +02:00
fix: add dependency for env
This commit is contained in:
parent
f4141f0dbf
commit
eb4e10e86b
2
setup.py
2
setup.py
@ -14,6 +14,8 @@ if __name__ == "__main__":
|
|||||||
"std_daq_client",
|
"std_daq_client",
|
||||||
"pyepics",
|
"pyepics",
|
||||||
"pytest",
|
"pytest",
|
||||||
|
"h5py",
|
||||||
|
"hdf5plugin",
|
||||||
],
|
],
|
||||||
extras_require={"dev": ["pytest", "pytest-random-order", "black", "coverage"]},
|
extras_require={"dev": ["pytest", "pytest-random-order", "black", "coverage"]},
|
||||||
package_data={"ophyd_devices.smaract": ["smaract_sensors.json"]},
|
package_data={"ophyd_devices.smaract": ["smaract_sensors.json"]},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user