From 47d33099b2bfcc99a3106d312d20dc6c75ac7f28 Mon Sep 17 00:00:00 2001 From: pictuga Date: Tue, 28 Feb 2017 19:21:51 -1000 Subject: [PATCH] Remove readability fork from deps Since we now use our own, faster, implementation --- README.md | 2 -- requirements.txt | 1 - 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 9381c47..da8e7f7 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ You do need: - [python](http://www.python.org/) >= 2.6 (python 3 is supported) - [lxml](http://lxml.de/) for xml parsing -- [this](https://github.com/bookieio/breadability) or [this](https://github.com/buriy/python-readability) readability fork - [dateutil](http://labix.org/python-dateutil) to parse feed dates - [html2text](http://www.aaronsw.com/2002/html2text/) - [OrderedDict](https://pypi.python.org/pypi/ordereddict) if using python < 2.7 @@ -269,5 +268,4 @@ You can contribute to this project. If you're not sure what to do, you can pick from this list: - Add ability to run morss.py as an update daemon -- Rewrite the readability fork, for better performances, and make it more "pythonic" (Firefox for Android may have it's own implementation, most probably cleaner than `readability.js`') - Add ability to use custom xpath rule instead of readability diff --git a/requirements.txt b/requirements.txt index 6dfb2fb..5fc1efe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ lxml -git+git://github.com/bookieio/breadability.git python-dateutil <= 1.5 html2text ordereddict