Skip to content

Commit

Permalink
Merge branch 'readme_fix' of git://github.com/krajaratnam/buildbot
Browse files Browse the repository at this point in the history
* 'readme_fix' of git://github.com/krajaratnam/buildbot:
  README: require python-2.4 or later due to Jinja2
  README: Add Jinja2 to the list of requirements
  • Loading branch information
Dustin J. Mitchell committed Jan 27, 2010
2 parents d7910cd + 9ba8494 commit fd52b65
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README
Expand Up @@ -52,8 +52,13 @@ REQUIREMENTS:

Python: http://www.python.org

Buildbot requires python-2.3 or later, and is primarily developed against
python-2.4 . It is also tested against python-2.5 and python-2.6.
Buildbot requires python-2.4 or later. It is also tested against
python-2.5 and python-2.6.

Jinja2: http://jinja.pocoo.org/2

Jinja2 is a general purpose templating language and is used by Buildbot
to generate the HTML output.

ZopeInterface: http://www.zope.org/Products/ZopeInterface

Expand Down

0 comments on commit fd52b65

Please sign in to comment.