B"H add py-sonic 0.6.1 requirement so keyword argument works

This commit is contained in:
hhm 2017-02-28 01:09:47 -05:00
parent 9af3ce8637
commit 3b99657021
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ setup(
install_requires=[
'setuptools',
'Mopidy >= 2.0',
'py-sonic',
'py-sonic >= 0.6.1',
'Pykka >= 1.1'
],
entry_points={