mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-02 10:00:40 +02:00
build: fixed dev dependencies
This commit is contained in:
parent
baac1ffe87
commit
5759b2a814
4
setup.py
4
setup.py
@ -15,7 +15,9 @@ if __name__ == "__main__":
|
|||||||
"pyepics",
|
"pyepics",
|
||||||
"pytest",
|
"pytest",
|
||||||
],
|
],
|
||||||
extras_require={"dev": ["pytest", "pytest-random-order", "black", "coverage"]},
|
extras_require={
|
||||||
|
"dev": ["pytest", "pytest-random-order", "black", "coverage", "bec-device-server"]
|
||||||
|
},
|
||||||
package_data={"ophyd_devices.smaract": ["smaract_sensors.json"]},
|
package_data={"ophyd_devices.smaract": ["smaract_sensors.json"]},
|
||||||
entry_points={"console_scripts": ["ophyd_test = ophyd_devices:launch"]},
|
entry_points={"console_scripts": ["ophyd_test = ophyd_devices:launch"]},
|
||||||
version=__version__,
|
version=__version__,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user