fix: add dependency for env

This commit is contained in:
appel_c 2024-03-01 13:05:23 +01:00
parent f4141f0dbf
commit eb4e10e86b

View File

@ -14,6 +14,8 @@ if __name__ == "__main__":
"std_daq_client",
"pyepics",
"pytest",
"h5py",
"hdf5plugin",
],
extras_require={"dev": ["pytest", "pytest-random-order", "black", "coverage"]},
package_data={"ophyd_devices.smaract": ["smaract_sensors.json"]},