diff --git a/setup.py b/setup.py index 5be3657..c7bb35c 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,6 @@ from setuptools import setup if __name__ == "__main__": setup( - install_requires=["pyyaml"], + install_requires=["pyyaml", "pyepics"], extras_require={"dev": ["pytest", "pytest-random-order", "coverage"]}, )