Skip to content

Commit

Permalink
require minimum version of psutil, closes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Sep 15, 2014
1 parent 1ea925e commit a47167d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
if sys.platform.startswith('win'):
install_requires = [] # pywin32 can't be installed (yet) with pip
if sys.platform.startswith('darwin'):
install_requires = ['psutil', 'appscript']
install_requires = ['psutil >= 2.0.0', 'appscript >= 1.0.1']

setup(
name='xlwings',
Expand Down

0 comments on commit a47167d

Please sign in to comment.