Browse Source

Add PyObjC to macOS requirements

pull/1358/head
Safihre 5 years ago
parent
commit
17719b1b5b
  1. 3
      requirements.txt

3
requirements.txt

@ -11,3 +11,6 @@ gntp
# Only on Windows
pywin32>=227; sys_platform == 'win32'
# Only on macOS
pyobjc; sys_platform == 'darwin'

Loading…
Cancel
Save