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