Skip to content

Commit 29028fa

Browse files
betafccbehacklDarylgolden
authored
Fixed screeninfo.get_monitors returning empty on osx (#2357)
* Fixed screeninfo.get_monitors returning empty on osx * Updates screeninfo Co-authored-by: Benjamin Hackl <[email protected]> Co-authored-by: Darylgolden <[email protected]>
1 parent 6a2aa1e commit 29028fa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

poetry.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ mapbox-earcut = "^0.12.10"
5151
cloup = "^0.7.0"
5252
requests = "^2.26.0"
5353
dearpygui = { version = "^0.8", optional = true }
54-
screeninfo = "^0.6.7"
5554
skia-pathops = "^0.7.0"
5655
isosurfaces = "0.1.0"
5756
srt = "^3.5.0"
57+
screeninfo = "^0.8"
5858
Pygments = "^2.10.0"
5959

6060
[tool.poetry.extras]

0 commit comments

Comments
 (0)