limit python-ox to < 3 while pandora_client is using python2

This commit is contained in:
j 2014-09-29 01:18:53 +02:00
parent 96d3879862
commit 7caf3d1450
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [