Skip to content

Commit

Permalink
Added pygobject dependency for GNU/Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Jun 27, 2023
1 parent 0a62eec commit b8cb9ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ license = { text = "GPL-3.0-or-later" }
readme = "README.md"
dependencies = [
"comtypes>=1.1.8; sys_platform == 'win32'",
"pygobject>=3.42.0; sys_platform == 'linux'",
"requests>=2.22.0"
]
authors = [
Expand Down

0 comments on commit b8cb9ea

Please sign in to comment.