Skip to content

Commit

Permalink
Trim down pyobjc dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Wang <[email protected]>
  • Loading branch information
xiaohk committed Apr 10, 2024
1 parent 9c825d2 commit 616899c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Package.resolved
notebooks
__pycache__
dist
*.egg-info
*.egg-info
python/build
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
with open("README.md") as readme_file:
readme = readme_file.read()

requirements = ["pyobjc", "pyperclip", "rich"]
requirements = ["pyobjc-framework-Cocoa", "pyperclip", "rich"]

test_requirements = []

Expand Down

0 comments on commit 616899c

Please sign in to comment.