Added --inventory, --door-warning to chem_db.py's command-line interface.
[chemdb.git] / DEPENDENCIES
index e0a35d8520d05c7b19c9d1c6283ff7c11a414ffd..b03675b6fb58dc92f3c0b67cc5499939763867c8 100644 (file)
@@ -1,3 +1,4 @@
+------------------------------Python dependencies------------------------------
 
 STANDARD MODULES
 
@@ -17,17 +18,13 @@ stat
 string
 sys
 time
+types
 
 
 EXTERNAL MODULES
 
 OpenSSL        http://pyopenssl.sourceforge.net/
        Python wrapper on OpenSSL library.
-daemon http://hathawaymix.org/Software/Sketches/daemon.py
-       Based on a module by Shane Hathaway.
-       Patched up with other people's ideas to support cleaner logging.
-       Patched version hosted on my webpage:
-         http://www.physics.drexel.edu/~wking/code/python/daemon.py
 web    http://webpy.org/
        A simple web framework.  I think the Debain package was too
        old a version.  I installed mine from source, version 0.23.
@@ -37,3 +34,12 @@ web  http://webpy.org/
 markdown Implements a version of markdown syntax.  webpy bundles a
        version of this in their `tools' subdirectory.
 
+------------------------------System dependencies------------------------------
+
+You need latex and metapost to compile the documents.  The
+texlive-base, texlive-metapost, and context Debian packages should
+cover you.  You can avoid the context dependency with some legwork,
+see
+  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465107
+
+