From bb4a5b121666f3b92d673d74a8bf7bc01b7afbb1 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 11 Oct 2023 11:30:28 +0100 Subject: [PATCH] depend on latest ox release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12981b2..551341f 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( 'pandora_client' ], install_requires=[ - 'ox >= 3.0.0', + 'ox >= 3.0.9', 'requests >= 1.1.0', 'zeroconf', 'netifaces',