aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-08 11:41:56 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-08 11:41:56 +0100
commit4e9d887d678db99f26bea677328d59f632522db0 (patch)
tree8ee09186db1530c81adbb97fae49a1866abf491e /requirements.txt
parentBetter handling of the error logging in the crawler. (diff)
downloadnewspipe-4e9d887d678db99f26bea677328d59f632522db0.tar.gz
newspipe-4e9d887d678db99f26bea677328d59f632522db0.tar.bz2
newspipe-4e9d887d678db99f26bea677328d59f632522db0.zip
Updated requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt14
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
bgstack15