Skip to content

Commit

Permalink
Added pypiwin32 as a dependency
Browse files Browse the repository at this point in the history
This package uses pypiwin32 as a dependency and doesn't list it on the setup.py, so now running this without pypiwin32 being installed results in an `ImportError`.
  • Loading branch information
ThomasHickman committed Apr 8, 2016
1 parent 4010745 commit a1e180d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
author = "Luke McCarthy",
author_email = "[email protected]",
url = "http://github.com/shaurz/fsmonitor",
install_requires=[
'pypiwin32',
],
packages = ["fsmonitor"],
)

0 comments on commit a1e180d

Please sign in to comment.