Skip to content

Commit

Permalink
bump gui requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
samschott committed Feb 26, 2023
1 parent 98ae8f4 commit d979a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ content-type = "text/markdown"

[project.optional-dependencies]
gui = [
"maestral-qt>=1.7.0;sys_platform=='linux'",
"maestral-cocoa>=1.7.0;sys_platform=='darwin'",
"maestral-qt>=1.7.1;sys_platform=='linux'",
"maestral-cocoa>=1.7.1;sys_platform=='darwin'",
]
syslog = ["systemd-python"]
lint = [
Expand Down

0 comments on commit d979a78

Please sign in to comment.