From ecae2e681815074d7e77a3a0b60c50e0dc41b480 Mon Sep 17 00:00:00 2001 From: Andre-Nam Date: Wed, 22 Oct 2014 21:17:01 +0200 Subject: [PATCH] forgot to add watchdog as dependency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 750b452..b11d70d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ or as a WSGI application (on Apache for instance). But first: * simplejson (`apt-get install python-simplejson`) * [requests](http://docs.python-requests.org/) >= 1.0.0 (`pip install requests`) * [mutagen](https://code.google.com/p/mutagen/) (`apt-get install python-mutagen`) +* [watchdog](https://github.com/gorakhargosh/watchdog) (`pip install watchdog`) ### Configuration