DEVELOPING: add "Dependencies" section
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Jan 2012 12:38:07 +0000 (04:38 -0800)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Jan 2012 12:38:07 +0000 (04:38 -0800)
DEVELOPING

index fa17a3977e7ee76224741856f8c390761221d665..ebe5d56c3b3e331db48c6a3b4771a1af39360aff 100644 (file)
@@ -13,6 +13,13 @@ support Python 3 syntax. All exception handling should use Python 3 'except'
 syntax, and the print function should be used instead of Python 2's print
 statement (from __future__ import print_function).
 
+Dependencies
+------------
+
+Python and Bash should be the only hard dependencies. Any other dependencies,
+including external Python modules that are not included with Python itself,
+must be optionally enabled by run-time detection.
+
 Tabs
 ----