Skip to content

Commit

Permalink
Update requirements necessary on Darwin platforms
Browse files Browse the repository at this point in the history
Fixes "No enumerators available" - on macOS rr-#27
  • Loading branch information
boydj authored Apr 15, 2020
1 parent cdc7b22 commit a90a17f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
url="https://github.com/rr-/screeninfo",
keywords=["screen", "monitor", "desktop"],
classifiers=[],
install_requires=["dataclasses"],
install_requires=[
"dataclasses",
'Cython ; platform_system=="darwin"',
'pyobjus ; platform_system=="darwin"',
],
)

0 comments on commit a90a17f

Please sign in to comment.