diff --git a/setup.py b/setup.py index 2ff6a25..85f9fbd 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,8 @@ setup( name='morss', install_requires=[ 'readability-lxml', 'python-dateutil <= 1.5', - 'lxml' + 'lxml', + 'html2text', + 'ordereddict' ] )