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:
parent
8d7cd3ff01
commit
521cdf8002
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'setuptools',
|
'setuptools',
|
||||||
'Mopidy >= 2.0',
|
'Mopidy >= 2.0',
|
||||||
'py-sonic >= 0.6.1',
|
'py-sonic == 0.6.2',
|
||||||
'Pykka >= 1.1'
|
'Pykka >= 1.1'
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|
Loading…
Add table
Reference in a new issue