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

View file

@ -45,7 +45,7 @@ It is currently known to work on Linux and Mac OS X.
'pandora_client' 'pandora_client'
], ],
install_requires=[ install_requires=[
'ox >= 2.1.541', 'ox >= 2.1.541,<3',
'requests >= 1.1.0' 'requests >= 1.1.0'
], ],
keywords = [ keywords = [