Removes remaining references to pywin32 from docs
Signed-off-by: Gora Khargosh <gora.khargosh@gmail.com>
diff --git a/README b/README
index d218f0f..5bdc0d2 100644
--- a/README
+++ b/README
@@ -143,11 +143,10 @@
Dependencies:
-------------
1. Python 2.5 or above.
-2. [pywin32](http://sourceforge.net/projects/pywin32/) (only on Windows)
-3. [XCode](http://developer.apple.com/technologies/tools/xcode.html) or gcc (only on Mac OS X)
-4. [PyYAML](http://www.pyyaml.org/)
-5. [argh](http://pypi.python.org/pypi/argh)
-6. [select_backport](http://pypi.python.org/pypi/select_backport/) (select.kqueue replacement for Python2.5/2.6 on BSD/Mac OS X)
+2. [XCode](http://developer.apple.com/technologies/tools/xcode.html) or gcc (only on Mac OS X)
+3. [PyYAML](http://www.pyyaml.org/)
+4. [argh](http://pypi.python.org/pypi/argh)
+5. [select_backport](http://pypi.python.org/pypi/select_backport/) (select.kqueue replacement for Python2.5/2.6 on BSD/Mac OS X)
Licensing:
@@ -163,7 +162,7 @@
Why Watchdog?
-------------
-Too many people tried to do the same thing and none did
+Too many people tried to do the same thing and none did
what I needed Python to do:
* [pnotify](http://mark.heily.com/pnotify/)
@@ -175,4 +174,5 @@
* [jnotify](http://jnotify.sourceforge.net/)
* [treewalker](http://github.com/jbd/treewatcher)
* [file.monitor](http://github.com/pke/file.monitor)
+* [pyfilesystem](http://code.google.com/p/pyfilesystem)
diff --git a/docs/source/hacking.rst b/docs/source/hacking.rst
index 788bb48..f215c17 100644
--- a/docs/source/hacking.rst
+++ b/docs/source/hacking.rst
@@ -22,8 +22,7 @@
2. git_
3. ssh
4. Xcode_ (on Mac OS X)
-5. pywin32_ (on Windows)
-6. select_backport_ (on BSD/Mac OS X if you're using Python 2.5/2.6)
+5. select_backport_ (on BSD/Mac OS X if you're using Python 2.5/2.6)
Setting up the Work Environment
-------------------------------
diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index a42cb05..4014cd8 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -48,8 +48,6 @@
| Operating system | Windows | Linux 2.6 | Mac OS X/ | BSD |
| Dependency (row) | | | Darwin | |
+=====================+=============+=============+=============+=============+
-| pywin32_ | Yes | | | |
-+---------------------+-------------+-------------+-------------+-------------+
| XCode_ | | | Yes | |
+---------------------+-------------+-------------+-------------+-------------+
| pyyaml_ | Yes | Yes | Yes | Yes |