Update dependencies (setup.py)

master
pictuga 2014-01-13 00:24:03 +01:00
parent 8c7177602d
commit bcbcf3b559
1 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,8 @@ setup( name='morss',
install_requires=[
'readability-lxml',
'python-dateutil <= 1.5',
'lxml'
'lxml',
'html2text',
'ordereddict'
]
)