ophyd_devices/setup.py
semantic-release e48f4a305e 0.6.0
Automatically generated by python-semantic-release
2023-09-07 09:47:32 +00:00

20 lines
432 B
Python

from setuptools import setup
__version__ = "0.6.0"
if __name__ == "__main__":
setup(
install_requires=[
"ophyd",
"typeguard",
"prettytable",
"bec_lib",
"numpy",
"pyyaml",
"std_daq_client",
"pyepics",
],
extras_require={"dev": ["pytest", "pytest-random-order", "black"]},
version=__version__,
)