fix: added pyepics dependency
This commit is contained in:
parent
8aca683e05
commit
66d283baeb
10
setup.py
10
setup.py
@ -4,7 +4,15 @@ __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",
|
||||||
|
"pyepics",
|
||||||
|
],
|
||||||
extras_require={"dev": ["pytest", "pytest-random-order", "black"]},
|
extras_require={"dev": ["pytest", "pytest-random-order", "black"]},
|
||||||
version=__version__,
|
version=__version__,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user