limit python-ox to < 3 while pandora_client is using python2
This commit is contained in:
parent
96d3879862
commit
7caf3d1450
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -45,7 +45,7 @@ It is currently known to work on Linux and Mac OS X.
|
|||
'pandora_client'
|
||||
],
|
||||
install_requires=[
|
||||
'ox >= 2.1.541',
|
||||
'ox >= 2.1.541,<3',
|
||||
'requests >= 1.1.0'
|
||||
],
|
||||
keywords = [
|
||||
|
|
Loading…
Reference in a new issue