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,
install_requires=[
'ClientForm',
'elementtidy',
'FeedParser',
'gdata',
'html5lib',
'lxml',
'Mako',
'mechanize',
'PIL',
'PyQt',
'python-dateutil',
'PyYAML',
'Routes',
'simplejson',
'WebOb',
# 'ClientForm', # python-clientform
# 'elementtidy', # python-elementtidy
# 'FeedParser', # python-feedparser
# 'gdata', # python-gdata
# 'html5lib', # python-html5lib
# 'lxml', # python-lxml
# 'Mako', # python-mako
# 'mechanize', # python-mechanize
# 'PIL', # python-imaging
# 'PyQt', # python-qt4
# 'python-dateutil', # python-dateutil
# 'PyYAML', # python-yaml
# 'Routes', # python-routes
# 'simplejson', # python-simplejson
# 'WebOb', # python-webob
],
)