aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-18 12:33:46 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-18 12:33:46 +0200
commit5c8d45fc0cd8663033e34b43e96cb374b20b435e (patch)
tree1dac518ca5eb150a40736e516850f96cbfb39934 /requirements.txt
parentadded bower in the postdeployment of the app (diff)
downloadnewspipe-5c8d45fc0cd8663033e34b43e96cb374b20b435e.tar.gz
newspipe-5c8d45fc0cd8663033e34b43e96cb374b20b435e.tar.bz2
newspipe-5c8d45fc0cd8663033e34b43e96cb374b20b435e.zip
add again psycog
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 2610d002..ecefbb0a 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.1.1
alembic==0.8.8
Flask==0.11.1
bgstack15