diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-08-29 08:30:04 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-08-29 08:30:04 +0200 |
commit | 40bb62afc63d57e9f1c3dd99ad52bf6cc7e70161 (patch) | |
tree | 5306a5fc6de4d06aed55f6541b97e822afacedfc | |
parent | Updated JS libraries. (diff) | |
download | newspipe-40bb62afc63d57e9f1c3dd99ad52bf6cc7e70161.tar.gz newspipe-40bb62afc63d57e9f1c3dd99ad52bf6cc7e70161.tar.bz2 newspipe-40bb62afc63d57e9f1c3dd99ad52bf6cc7e70161.zip |
add psycopg2 2.6.1 to the list of dependencies.
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 9ab8e4a8..5c8a7a98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,7 @@ 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 |