diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-09-27 09:35:38 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-09-27 09:35:38 +0200 |
commit | 166e12b0d2c3350b28ed159b43a738cb09ebf1f6 (patch) | |
tree | d3b83827b9c01b0f93b354016e83d2939985aa28 /requirements.txt | |
parent | Updated dependencies. (diff) | |
download | newspipe-166e12b0d2c3350b28ed159b43a738cb09ebf1f6.tar.gz newspipe-166e12b0d2c3350b28ed159b43a738cb09ebf1f6.tar.bz2 newspipe-166e12b0d2c3350b28ed159b43a738cb09ebf1f6.zip |
Fixed a bug with SQLite support.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 818dc4c5..3128152f 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.0.15 alembic==0.8.8 Flask==0.11.1 |