Skip to content

Commit

Permalink
Bump desktop-notifier version for windows
Browse files Browse the repository at this point in the history
Fixes #271
  • Loading branch information
iamkroot committed Jan 10, 2024
1 parent 73e628b commit bb957ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tomli = {version = "^2.0.1", python = "<3.11"}
desktop-notifier = [
{version = "^3.4.2", markers = "sys_platform != 'win32'"},
# need to use the winsdk b10 version until desktop-notifier is updated
{git = "https://github.com/samschott/desktop-notifier.git", branch = "dependabot/pip/winsdk-1.0.0b10", markers = "sys_platform == 'win32'"}
{git = "https://github.com/samschott/desktop-notifier.git", branch = "main", markers = "sys_platform == 'win32'"}
]
# win10toast = {version = "^0.9", platform = "win32"}
setuptools = ">=66.1"
Expand Down

0 comments on commit bb957ba

Please sign in to comment.