From 7caf3d1450506a066a807c208ad67ca97bb75a5c Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 29 Sep 2014 01:18:53 +0200 Subject: [PATCH] limit python-ox to < 3 while pandora_client is using python2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec049b9..c43979b 100644 --- a/setup.py +++ b/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 = [