﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
9800,setup.py does not declare install_requires dependencies,willmerae,osimons,"TracXMLRPC requires Trac and Genshi, but it doesn't declare this. The following lines should be added to setup.py
{{{
    install_requires=[
        'Genshi',
        'Trac',
        ],
}}}",defect,new,low,XmlRpcPlugin,normal,,,olemis rjollos bobbysmith007 hasienda,0.11
