aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2009-12-25 04:29:08 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2009-12-25 04:29:08 -0200
commit4727568d4c748e740a8dfc159d008f645888c6f0 (patch)
tree7218add29abf71400c5bc515d6285b1520c1694f /README.rst
parentremoved repeated snippet of code on g_octave/config.py (diff)
downloadg-octave-4727568d4c748e740a8dfc159d008f645888c6f0.tar.gz
g-octave-4727568d4c748e740a8dfc159d008f645888c6f0.tar.bz2
g-octave-4727568d4c748e740a8dfc159d008f645888c6f0.zip
removed "pycolors" dependency. closes bug #1
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 1155221..1ebeac3 100644
--- a/README.rst
+++ b/README.rst
@@ -58,7 +58,6 @@ Dependencies
* Python_ 2
* Portage_
* simplejson_
-* pycolors_ (to use colors on the CLI, it's an optional dependency)
`g-octave`_ also depends on some files, distributed by the maintainer,
like the package database (a tarball with the DESCRIPTION file of all
@@ -128,7 +127,7 @@ To-Do
We have other goals besides implementing the remaining features:
-* Remove the unneeded dependency: pycolors
+* Remove the unneeded dependency: pycolors **(done)**
* Port to Python_ >= 3.0
* Improve the code comments
* Improve the error handling