From 6e072ec72d1deac9e3e4a0815ce49f29f6bb11af Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Wed, 29 Apr 2020 17:37:17 +0200 Subject: [PATCH] bumped gui requirements --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 714923d8..c32c27de 100644 --- a/setup.py +++ b/setup.py @@ -55,8 +55,8 @@ install_requires = [ ] gui_requires = [ - 'maestral_qt==1.0.0.dev4;sys_platform=="linux"', - 'maestral_cocoa==1.0.0.dev4;sys_platform=="darwin"', + 'maestral_qt==1.0.0.dev5;sys_platform=="linux"', + 'maestral_cocoa==1.0.0.dev5;sys_platform=="darwin"', ] syslog_requires = ['systemd-python']