Skip to content

Commit

Permalink
included phidl in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atait committed Jan 23, 2020
1 parent 61d6a20 commit 3663207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readme():
author_email='[email protected]',
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={},
)

0 comments on commit 3663207

Please sign in to comment.