Merge pull request #25 from jonathanchristison/master

Remove version range for py-sonic
This commit is contained in:
Frederick Gnodtke 2018-10-06 08:35:57 +02:00 committed by GitHub
commit a2b22cb793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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={