Remove version range for py-sonic

py-sonic stopped supporting python2 > 0.6.2
Using pip to install results in an error if this is not set
This commit is contained in:
Jonathan Christison 2018-08-08 23:01:25 +01:00
parent 8d7cd3ff01
commit 521cdf8002

View file

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