Skip to content

Commit

Permalink
Updated pyobjc version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Jul 26, 2021
1 parent 8d19ac3 commit e2d5f4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion photoscript/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" version info """

__version__ = "0.1.3"
__version__ = "0.1.4"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
"Topic :: Software Development :: Libraries :: Python Modules",
],
install_requires=[
"pyobjc-core==7.2",
"pyobjc-framework-AppleScriptKit==7.2",
"pyobjc-framework-AppleScriptObjC==7.2",
"pyobjc-core",
"pyobjc-framework-AppleScriptKit",
"pyobjc-framework-AppleScriptObjC",
"py-applescript==1.0.2",
],
include_package_data=True,
Expand Down

0 comments on commit e2d5f4e

Please sign in to comment.