aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-18 12:22:12 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-18 12:22:12 +0200
commit37b1b8750d728d11d95fb64fe5f26f9278555354 (patch)
tree3bbcafc9e7fd6757f5c2981ce4abb137d43f5219 /requirements.txt
parentUpdated install.sh (diff)
downloadnewspipe-37b1b8750d728d11d95fb64fe5f26f9278555354.tar.gz
newspipe-37b1b8750d728d11d95fb64fe5f26f9278555354.tar.bz2
newspipe-37b1b8750d728d11d95fb64fe5f26f9278555354.zip
added bower in the postdeployment of the app
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index ecefbb0a..2610d002 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,6 @@ 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