Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Make pyobjc-* pipenv dependencies only install in macOS #55

Merged
merged 2 commits into from
Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ requests = "*"
aiohttp = "==3.6.2"
appdirs = "*"
urllib3 = "*"
pyobjc-core = "*"
pyobjc-framework-cocoa = "*"
pyobjc-framework-quartz = "*"
pyqt5 = "*"
pyobjc-core = { version = "*", platform_system = "== 'Darwin'" }
pyobjc-framework-cocoa = { version = "*", platform_system = "== 'Darwin'" }
pyobjc-framework-quartz = { version = "*", platform_system = "== 'Darwin'" }

[requires]
python_version = "3.7"
Expand Down
17 changes: 10 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.