From 36632070bbe799e2dd61a2bf24aa124749a5066a Mon Sep 17 00:00:00 2001 From: Alex Tait Date: Wed, 22 Jan 2020 18:53:26 -0700 Subject: [PATCH] included phidl in dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d0ea630..c353d30 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def readme(): author_email='alexander.tait@nist.gov', license='MIT', packages=['lytest'], - install_requires=['pytest', 'lygadgets>=0.1.15', 'lyipc>0.2.0'], + install_requires=['pytest', 'lygadgets>=0.1.15', 'lyipc>0.2.0', 'phidl'], entry_points={'console_scripts': ['lytest=lytest.command_line:cm_main']}, cmdclass={}, )