Skip to content

Commit

Permalink
Updated dependencies for pyobjc 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Nov 25, 2021
1 parent 040b4ee commit 564fb04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion osxmetadata/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" osxmetadata version """

__version__ = "0.99.36"
__version__ = "0.99.37"
16 changes: 7 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,13 @@
"click>=7.0",
"bitstring>=3.1.9",
"py-applescript==1.0.2",
"pyobjc-core>=7.3,<8.0",
"pyobjc-framework-AppleScriptKit>=7.3,<8.0",
"pyobjc-framework-AppleScriptObjC>=7.3,<8.0",
# the following aren't actually needed, but are required for pyobjc dependencies to work with pip
# if not included, pip tries to install a beta version of pyobjc
"pyobjc-framework-Cocoa>=7.3,<8.0",
"pyobjc-framework-AVFoundation>=7.3,<8.0",
"pyobjc-framework-Quartz>=7.3,<8.0",
"pyobjc-framework-CoreMedia>=7.3,<8.0",
"pyobjc-core>=7.3,<9.0",
"pyobjc-framework-AppleScriptKit>=7.3,<9.0",
"pyobjc-framework-AppleScriptObjC>=7.3,<9.0",
"pyobjc-framework-Cocoa>=7.3,<9.0",
"pyobjc-framework-AVFoundation>=7.3,<9.0",
"pyobjc-framework-Quartz>=7.3,<9.0",
"pyobjc-framework-CoreMedia>=7.3,<9.0",
],
python_requires=">=3.7",
entry_points={"console_scripts": ["osxmetadata=osxmetadata.__main__:cli"]},
Expand Down

0 comments on commit 564fb04

Please sign in to comment.