Uncomment python dependencies.

This commit is contained in:
Christophe Benz 2011-04-20 14:46:23 +02:00 committed by Romain Bignon
commit dce76d35f8

View file

@ -200,20 +200,20 @@ setup(
data_files=data_files, data_files=data_files,
install_requires=[ install_requires=[
# 'ClientForm', # python-clientform 'ClientForm',
# 'elementtidy', # python-elementtidy 'elementtidy',
# 'FeedParser', # python-feedparser 'FeedParser',
# 'gdata', # python-gdata 'gdata',
# 'html5lib', # python-html5lib 'html5lib',
# 'lxml', # python-lxml 'lxml',
# 'Mako', # python-mako 'Mako',
# 'mechanize', # python-mechanize 'mechanize',
# 'PIL', # python-imaging 'PIL',
# 'PyQt', # python-qt4 'PyQt',
# 'python-dateutil', # python-dateutil 'python-dateutil',
# 'PyYAML', # python-yaml 'PyYAML',
# 'Routes', # python-routes 'Routes',
# 'simplejson', # python-simplejson 'simplejson',
# 'WebOb', # python-webob 'WebOb',
], ],
) )