From c1ac0fe0a01f54cdb49b7d8b072b61c4a137477d Mon Sep 17 00:00:00 2001 From: trigg Date: Fri, 16 Oct 2020 12:10:27 +0000 Subject: [PATCH] - Force latest python-pidfile --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 22f6fa0..269646a 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( 'websocket-client', 'pyxdg', 'requests', - 'python-pidfile', + 'python-pidfile>=3.0.0', 'pillow', ], entry_points={