diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-09 19:48:01 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-09 19:48:01 +0200 |
commit | a96e3c4c886522185b32f6da080200d143172316 (patch) | |
tree | fe6c47c057e489ae7ec932f505d2bab6db335b1a /requirements.txt | |
parent | Fixed bug for deployment on Herolu (2). (diff) | |
download | newspipe-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.txt | 2 |
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 |