build: added missing dependencies
This commit is contained in:
parent
05284296fc
commit
e226dbe3c3
4
setup.py
4
setup.py
@ -4,7 +4,7 @@ __version__ = "0.1.0"
|
||||
|
||||
if __name__ == "__main__":
|
||||
setup(
|
||||
install_requires=["ophyd", "typeguard", "prettytable", "bec_lib"],
|
||||
extras_require={"dev": ["pytest", "pytest-random-order"]},
|
||||
install_requires=["ophyd", "typeguard", "prettytable", "bec_lib", "numpy", "pyyaml"],
|
||||
extras_require={"dev": ["pytest", "pytest-random-order", "black"]},
|
||||
version=__version__,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user