Skip to content

Commit

Permalink
Update docs to add watchdog dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joh committed Jan 23, 2016
1 parent adaf97a commit 6285bee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
~ What do I need?

Python 2.6+
pyinotify
Linux ≥ 2.6.13
watchdog


~ Installation
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
argparse==1.2.1
pyinotify==0.9.4
subprocess32==3.2.6
watchdog
subprocess32
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
url='https://github.com/joh/when-changed',
packages=['whenchanged'],
scripts=['when-changed'],
install_requires=['pyinotify'],
install_requires=['watchdog'],
license='BSD'
)

0 comments on commit 6285bee

Please sign in to comment.