diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-08 12:07:57 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-08 12:07:57 +0100 |
commit | b489e48b56e70fe6cf8f45f862bdf5c170ed8f96 (patch) | |
tree | 860e33716297cbdab17c0f6c2e925b6856537ce4 /requirements.txt | |
parent | Moved duplicate() function in utils.py. Some minor cosmethic changes. (diff) | |
parent | Updated requirements.txt (diff) | |
download | newspipe-b489e48b56e70fe6cf8f45f862bdf5c170ed8f96.tar.gz newspipe-b489e48b56e70fe6cf8f45f862bdf5c170ed8f96.tar.bz2 newspipe-b489e48b56e70fe6cf8f45f862bdf5c170ed8f96.zip |
Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470r
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt index 3469aef9..8dc23d8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,14 @@ aiohttp -feedparser -opml requests +requests-futures +feedparser beautifulsoup4 lxml +opml +psycopg2 SQLAlchemy +alembic +whoosh Flask Flask-SQLAlchemy Flask-Login @@ -14,11 +18,7 @@ Flask-RESTful Flask-Babel Flask-SSLify Flask-Migrate -flask-Script +Flask-Script WTForms python-postmark -whoosh python-dateutil -alembic -requests-futures==0.9.5 -psycopg2 |