From 5ca755a9445e8a8106e75905ddcb66fbf5611e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 30 Sep 2020 11:22:00 +0200 Subject: [PATCH] setup.py: Specify our UI deps better. This fixes: #68. --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 3f228c6..f64519b 100644 --- a/setup.py +++ b/setup.py @@ -33,10 +33,10 @@ setup( ], extras_require={ "ui": [ - "dbus-python <= 1.2", - "PyGObject <= 3.36", - "pydbus <= 0.6", - "notify2 <= 0.3", + "dbus-python >= 1.2, < 1.3", + "PyGObject >= 3.36, < 3.37", + "pydbus >= 0.6, < 0.7", + "notify2 >= 0.3, < 0.4", ] }, entry_points={