Merge pull request #25 from jonathanchristison/master
Remove version range for py-sonic
This commit is contained in:
commit
a2b22cb793
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