diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-08 11:41:56 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-08 11:41:56 +0100 |
commit | 4e9d887d678db99f26bea677328d59f632522db0 (patch) | |
tree | 8ee09186db1530c81adbb97fae49a1866abf491e /requirements.txt | |
parent | Better handling of the error logging in the crawler. (diff) | |
download | newspipe-4e9d887d678db99f26bea677328d59f632522db0.tar.gz newspipe-4e9d887d678db99f26bea677328d59f632522db0.tar.bz2 newspipe-4e9d887d678db99f26bea677328d59f632522db0.zip |
Updated requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt index 3469aef9..8dc23d8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,14 @@ aiohttp -feedparser -opml requests +requests-futures +feedparser beautifulsoup4 lxml +opml +psycopg2 SQLAlchemy +alembic +whoosh Flask Flask-SQLAlchemy Flask-Login @@ -14,11 +18,7 @@ Flask-RESTful Flask-Babel Flask-SSLify Flask-Migrate -flask-Script +Flask-Script WTForms python-postmark -whoosh python-dateutil -alembic -requests-futures==0.9.5 -psycopg2 |