Skip to content

Commit

Permalink
Added missing 'install_requires' to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
trendels committed Apr 12, 2013
1 parent ad5a77f commit bc5a87d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -31,4 +31,5 @@ def run(self):
license='MIT',
py_modules=['gevent_inotifyx'],
cmdclass = {'test': TestCommand},
install_requires=['gevent', 'inotifyx'],
)

0 comments on commit bc5a87d

Please sign in to comment.