aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-08 23:06:05 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-08 23:06:05 +0200
commitb4d13e448ae8d64199aeabc4511f5ac2d49e2908 (patch)
tree57594b970afaf314fc9f431831960824ab8084aa
parentAnother view is fixed. (diff)
downloadnewspipe-b4d13e448ae8d64199aeabc4511f5ac2d49e2908.tar.gz
newspipe-b4d13e448ae8d64199aeabc4511f5ac2d49e2908.tar.bz2
newspipe-b4d13e448ae8d64199aeabc4511f5ac2d49e2908.zip
Update requirements.txt file.
-rw-r--r--requirements.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index 4938021d..45e56c08 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,12 +1,11 @@
feedparser
opml
requests
-whoosh
BeautifulSoup
-mongoengine
Flask
-flask-mongoengine
+Flask-SQLAlchemy
Flask-Login
+Flask-Principal
Flask-WTF
Flask-Mail
WTForms
bgstack15