Uncomment python dependencies.
This commit is contained in:
parent
31b4892c48
commit
dce76d35f8
1 changed files with 15 additions and 15 deletions
30
setup.py
30
setup.py
|
|
@ -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',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue