aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-08-29 08:24:03 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-08-29 08:24:03 +0200
commit472a3b3de6a3121c901067f40aab1dc377475537 (patch)
tree7f9a6877e12efd2d12d85b479bbe994241301e6a /requirements.txt
parentFreezed version of modules in requirements.txt (diff)
downloadnewspipe-472a3b3de6a3121c901067f40aab1dc377475537.tar.gz
newspipe-472a3b3de6a3121c901067f40aab1dc377475537.tar.bz2
newspipe-472a3b3de6a3121c901067f40aab1dc377475537.zip
Updated JS libraries.
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 5c8a7a98..9ab8e4a8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,6 @@ feedparser==5.2.1
beautifulsoup4==4.4.1
lxml==3.6.0
opml==0.5
-psycopg2==2.6.1
SQLAlchemy==1.0.13
alembic==0.8.6
Flask==0.11
bgstack15