build: added dev option

This commit is contained in:
wakonig_k 2023-07-04 14:30:19 +02:00
parent f235a1735f
commit e669fb9188

View File

@ -23,6 +23,7 @@ def get_version():
if __name__ == "__main__":
setup(
install_requires=["numpy", "ophyd", "msgpack", "pyyaml"],
extras_require={"dev": ["pytest", "pytest-random-order", "coverage"]},
version=get_version(),
)
local_deps = [utils, ophyd_devices]