mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
build: added dev option
This commit is contained in:
parent
f235a1735f
commit
e669fb9188
@ -23,6 +23,7 @@ def get_version():
|
|||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
setup(
|
setup(
|
||||||
install_requires=["numpy", "ophyd", "msgpack", "pyyaml"],
|
install_requires=["numpy", "ophyd", "msgpack", "pyyaml"],
|
||||||
|
extras_require={"dev": ["pytest", "pytest-random-order", "coverage"]},
|
||||||
version=get_version(),
|
version=get_version(),
|
||||||
)
|
)
|
||||||
local_deps = [utils, ophyd_devices]
|
local_deps = [utils, ophyd_devices]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user