mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-16 23:29:21 +01:00
fix: add std_daq_client and pyepics to setup
This commit is contained in:
11
setup.py
11
setup.py
@@ -4,7 +4,16 @@ __version__ = "0.4.0"
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
setup(
|
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"]},
|
extras_require={"dev": ["pytest", "pytest-random-order", "black"]},
|
||||||
version=__version__,
|
version=__version__,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user