Revert "Uncomment python dependencies." (closes #654)

This reverts commit dce76d35f8.

It is really CRAPPY to add a hard dependencies to optional things like
PyQt.
This commit is contained in:
Romain Bignon 2011-05-02 10:46:10 +02:00
commit 7e50b24b6b

View file

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