Skip to content

Commit

Permalink
update of dependancies for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenita committed Mar 6, 2011
1 parent 35f51b9 commit 2514aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@

install_requires = ['setuptools']
if sys.platform == 'darwin':
install_requires.extend(['pyobjc',
install_requires.extend([
'pyobjc-core',
'pyobjc-framework-LaunchServices',
])
Expand Down

0 comments on commit 2514aee

Please sign in to comment.