aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-27 10:07:01 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-27 10:07:01 +0200
commit0cbfeb29ce9b4c99def2736aecbc040e315e1496 (patch)
treee60df0a7b680abcb87ea0a0d934f98dbe718e805 /requirements.txt
parentUpdated installation process. (diff)
downloadnewspipe-0cbfeb29ce9b4c99def2736aecbc040e315e1496.tar.gz
newspipe-0cbfeb29ce9b4c99def2736aecbc040e315e1496.tar.bz2
newspipe-0cbfeb29ce9b4c99def2736aecbc040e315e1496.zip
oups
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 3128152f..818dc4c5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,6 +5,7 @@ feedparser==5.2.1
beautifulsoup4==4.5.1
lxml==3.6.4
opml==0.5
+psycopg2==2.6.2
SQLAlchemy==1.0.15
alembic==0.8.8
Flask==0.11.1
bgstack15