mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-01 09:30:42 +02:00
fix: add std_daq_client and pyepics to setup
This commit is contained in:
parent
fe404bff9c
commit
5d86382d80
11
setup.py
11
setup.py
@ -4,7 +4,16 @@ __version__ = "0.4.0"
|
||||
|
||||
if __name__ == "__main__":
|
||||
setup(
|
||||
install_requires=["ophyd", "typeguard", "prettytable", "bec_lib", "numpy", "pyyaml"],
|
||||
install_requires=[
|
||||
"ophyd",
|
||||
"typeguard",
|
||||
"prettytable",
|
||||
"bec_lib",
|
||||
"numpy",
|
||||
"pyyaml",
|
||||
"std_daq_client",
|
||||
"pyepics",
|
||||
],
|
||||
extras_require={"dev": ["pytest", "pytest-random-order", "black"]},
|
||||
version=__version__,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user