Update the "how to contribute" document.

Also remove an unwanted dep to Markdown and add a dev_requirement.txt file to use with pip.
This commit is contained in:
Alexis Metaireau 2011-05-10 23:59:21 +01:00
commit eb988ab763
3 changed files with 38 additions and 7 deletions

View file

@ -4,7 +4,7 @@ import sys
VERSION = "2.6.0" # find a better way to do so.
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils', 'Markdown']
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils']
if sys.version_info < (2,7):
requires.append('argparse')