comment dependencies

This commit is contained in:
Christophe Benz 2010-08-02 11:24:15 +02:00
commit cee58d1c27

View file

@ -40,20 +40,20 @@ setup(
packages=find_packages(), packages=find_packages(),
scripts=[os.path.join('scripts', script) for script in os.listdir('scripts')], scripts=[os.path.join('scripts', script) for script in os.listdir('scripts')],
install_requires=[ install_requires=[
'ClientForm', # python-clientform # 'ClientForm', # python-clientform
'elementtidy', # python-elementtidy # 'elementtidy', # python-elementtidy
'FeedParser', # python-feedparser # 'FeedParser', # python-feedparser
'gdata', # python-gdata # 'gdata', # python-gdata
'html5lib', # python-html5lib # 'html5lib', # python-html5lib
'lxml', # python-lxml # 'lxml', # python-lxml
'Mako', # python-mako # 'Mako', # python-mako
'mechanize', # python-mechanize # 'mechanize', # python-mechanize
'PIL', # python-imaging # 'PIL', # python-imaging
'PyQt', # python-qt4 # 'PyQt', # python-qt4
'python-dateutil', # python-dateutil # 'python-dateutil', # python-dateutil
'PyYAML', # python-yaml # 'PyYAML', # python-yaml
'Routes', # python-routes # 'Routes', # python-routes
'simplejson', # python-simplejson # 'simplejson', # python-simplejson
'WebOb', # python-webob # 'WebOb', # python-webob
], ],
) )