Skip to content

Commit

Permalink
bump gui requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed Oct 2, 2021
1 parent 124032f commit 372298b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
]

gui_requires = [
"maestral-qt>=1.4.8;sys_platform=='linux'",
"maestral-cocoa>=1.4.8;sys_platform=='darwin'",
"maestral-qt>=1.5.0;sys_platform=='linux'",
"maestral-cocoa>=1.5.0;sys_platform=='darwin'",
]

syslog_requires = ["systemd-python"]
Expand Down

0 comments on commit 372298b

Please sign in to comment.