aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-09 19:48:01 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-09 19:48:01 +0200
commita96e3c4c886522185b32f6da080200d143172316 (patch)
treefe6c47c057e489ae7ec932f505d2bab6db335b1a /requirements.txt
parentFixed bug for deployment on Herolu (2). (diff)
downloadnewspipe-a96e3c4c886522185b32f6da080200d143172316.tar.gz
newspipe-a96e3c4c886522185b32f6da080200d143172316.tar.bz2
newspipe-a96e3c4c886522185b32f6da080200d143172316.zip
Fixed bug for deployment on Heroku (3).
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 45e56c08..9919f2f0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,6 +2,8 @@ feedparser
opml
requests
BeautifulSoup
+SQLAlchemy
+psycopg2
Flask
Flask-SQLAlchemy
Flask-Login
bgstack15