mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-05-31 17:10:41 +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",
|
||||
"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"]},
|
||||
entry_points={"console_scripts": ["ophyd_test = ophyd_devices:launch"]},
|
||||
version=__version__,
|
||||
|
Loading…
x
Reference in New Issue
Block a user