comment dependencies
This commit is contained in:
parent
9778d67ea6
commit
cee58d1c27
1 changed files with 15 additions and 15 deletions
30
setup.py
30
setup.py
|
|
@ -40,20 +40,20 @@ setup(
|
|||
packages=find_packages(),
|
||||
scripts=[os.path.join('scripts', script) for script in os.listdir('scripts')],
|
||||
install_requires=[
|
||||
'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
|
||||
# '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
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue